id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
60065cf4-51ae-4917-948a-40d0e6e089fa
|
private void jLabel22MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jLabel22MouseClicked
String command="cmd.exe /c start ";
String site=command+dbpedia3;
try {
Process pc = Runtime.getRuntime().exec(site);
} catch (IOException ex) {JOptionPane.showMessageDialog(this, "Ο σύνδεσμος δε λειτουργεί!");}
}
|
c445bd2d-1154-4e85-929a-8d5f4ba78aae
|
public Customer getCustomer() {
return customer;
}
|
3b6b8ddc-214d-428d-8b84-5ac40da15705
|
public void setCustomNumber12(java.math.BigDecimal customNumber12) {
this.customNumber12 = customNumber12;
}
|
30455894-8a56-4b9f-9e8e-254aa580943e
|
@Override
public StringBuffer getRecipeList(CraftorAbility iA)
{
final AbilityRecipeData recipe = parseRecipe(iA.parametersFile(),iA.parametersFormat());
if(recipe.parseError() != null)
return new StringBuffer("File: "+iA.parametersFile()+": "+recipe.parseError());
return getRecipeList(recipe);
}
|
aba1f552-86a6-42e7-a83c-83ff837d6161
|
public Material getMaterial() {
return material;
}
|
cc1c0674-f9fc-4c7a-82c5-2ae437c085f9
|
public java.lang.String getOperation() {
return this.operation;
}
|
bd815ae3-9dd3-4ab7-8e5f-de1d77c77c07
|
public void setCustomNumber22(crmondemand.xml.opportunity.query.QueryType customNumber22) {
this.customNumber22 = customNumber22;
}
|
843305c1-bdfd-4b95-aa4d-97500b3c4795
|
public java.lang.String getCustomObject3ExternalSystemId() {
return this.customObject3ExternalSystemId;
}
|
b25c6647-4738-4fa9-b5a5-62f42ae894c9
|
private void box8MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_box8MouseClicked
if (b8 == 0) {
box8.setForeground(Color.RED);
box8.setText("X");
b8 = 1;
i++;
}
special_case();
winx();
AI_attack();
AI();
// TODO add your handling code here:
}//GEN-LAST:event_box8MouseClicked
|
fe7787ff-7d86-482c-bc22-f3cc7001bb39
|
public crmondemand.xml.opportunity.query.QueryType getCustomDate49() {
return this.customDate49;
}
|
f84746c5-fa9a-4047-9179-38b42a6de85e
|
public java.lang.String getFundStatus() {
return this.fundStatus;
}
|
8923fe43-1a3a-4fa9-b330-029e879a7085
|
public java.lang.String getPrimaryAgentContactLastName() {
return this.primaryAgentContactLastName;
}
|
26ab8e55-dcac-4171-93aa-1e013119f37c
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton2ActionPerformed(evt);
}
|
1c7f6e1c-8d25-4138-ac48-22b887898aa9
|
public void add(String word, int number) {
if (this.words.containsKey(word)) { // If the word has already been added to the inverted file:
if (! this.words.get(word).contains(number)) { // If the word hasn't already been added from the current document:
this.words.get(word).add(number); // Add the number of the document to the list for this word
}
}
else { // If the word isn't yet in the inverted file
this.words.put(word, new LinkedList<Integer> ()); // Add a new list to the HashMap at the word
this.words.get(word).add(number); // Add the document number to the list just created
}
}
|
932b1a7e-0d54-4851-87fe-3f5fc1e8bb30
|
public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
}
|
dfc42283-6078-4146-a826-48f161063ac5
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList20() {
return this.customPickList20;
}
|
ff05daca-4a28-4d99-b5a6-28ce233636a7
|
public void setCustomCurrency11(crmondemand.xml.customobject3.query.QueryType customCurrency11) {
this.customCurrency11 = customCurrency11;
}
|
1faa9806-3523-4832-a86a-2f91eceac7f8
|
public static String getSourceByLanguage(Language lang) {
if(lang == Java) return ".java";
else if(lang == Pascal || lang == Delphi) return ".pas";
else if(lang == Cplus) return ".cpp";
else if(lang == C) return ".c";
else if(lang == Python) return ".py";
else return ".txt";
}
|
abf5c42b-3c5f-41ad-aca2-8cdf6201dba0
|
public void setCustomInteger22(java.lang.Integer customInteger22) {
this.customInteger22 = customInteger22;
}
|
23a37313-d05b-4378-abf3-c5f150c784a5
|
public static double dot(double direction1, double direction2)
{
Point2D.Double pointDirection1=new Point2D.Double(Math.cos(direction1),Math.sin(direction1));
Point2D.Double pointDirection2=new Point2D.Double(Math.cos(direction2),Math.sin(direction2));
return(pointDirection1.x*pointDirection2.x+pointDirection1.y*pointDirection2.y);
}
|
53b2a535-877a-4457-a2da-6768be835137
|
public java.lang.Integer getCustomInteger14() {
return this.customInteger14;
}
|
5bd1a4af-cbf9-42c4-a588-29fddadf6dd7
|
public void setPage(int aPage) {page = aPage;}
|
0c5a5e77-a0e4-4ed5-b0bb-d1ff12918e23
|
public void setCreatedByEMailAddr(crmondemand.xml.contact.query.QueryType createdByEMailAddr) {
this.createdByEMailAddr = createdByEMailAddr;
}
|
f73fe0f7-fd9c-4302-812c-329402177982
|
public void setCustomNumber35(java.math.BigDecimal customNumber35) {
this.customNumber35 = customNumber35;
}
|
2c054a4e-4567-4d50-b146-f7e296b2e068
|
public crmondemand.xml.contact.query.QueryType getCustomText40() {
return this.customText40;
}
|
2a387f5f-cb3e-4283-abb0-089630f1207e
|
public crmondemand.xml.customobject6.query.QueryType getDealRegistrationExternalSystemId() {
return this.dealRegistrationExternalSystemId;
}
|
e0ee5812-d9ea-456e-afbb-b855a63a81db
|
public int getMortgageValue() {
return this.mortgageValue;
}
|
105dcae6-efd8-4ce2-8861-4061c7d4de14
|
public void setCustomCurrency20(java.math.BigDecimal customCurrency20) {
this.customCurrency20 = customCurrency20;
}
|
b20c2167-45b2-4928-ac13-f8463a21b9c3
|
public java.lang.String getCustomText14() {
return this.customText14;
}
|
d559a08e-412b-45db-8111-6e09fe0eb9d6
|
public void setCustomText60(crmondemand.xml.contact.query.QueryType customText60) {
this.customText60 = customText60;
}
|
87a93c6b-e7df-4687-a02b-a6de582774d9
|
public void setDistributorStatus(crmondemand.xml.opportunity.query.QueryType distributorStatus) {
this.distributorStatus = distributorStatus;
}
|
52b757cf-48d2-47f2-9aa1-c5861b0245e9
|
public java.util.Calendar getCustomDate52() {
return this.customDate52;
}
|
5c44e818-c242-4aba-8022-54db95614d51
|
public java.lang.String getCustomPickList2() {
return this.customPickList2;
}
|
81fa1520-4f7e-4c55-89c9-3eef6bac8585
|
public void setCustomText68(java.lang.String customText68) {
this.customText68 = customText68;
}
|
0cf2e007-4fe1-46f7-abaa-23b887e5a985
|
public java.lang.String getCustomPickList43() {
return this.customPickList43;
}
|
875bacc6-822b-4c1e-93c4-b347969df8ca
|
public void saveFestival() throws IOException, NullPointerException{
ObjectOutputStream objOut;
if(festiFile.exists()){
objOut = new ObjectOutputStream(new FileOutputStream(filePath));
objOut.writeObject(festival);
objOut.close();
} else {
festiFile.createNewFile();
objOut = new ObjectOutputStream(new FileOutputStream(filePath));
objOut.writeObject(festival);
objOut.close();
}
}
|
840a9e76-dfce-4228-ad5c-383409506024
|
public crmondemand.xml.contact.query.QueryType getCreatedByFirstName() {
return this.createdByFirstName;
}
|
354569d3-f34e-4d3e-90e4-60abfcf9aa57
|
* <i>native declaration : unicodeobject.h:278</i>
*/
public static Pointer<PyObject > PyUnicodeUCS4_AsRawUnicodeEscapeString(Pointer<PyObject > unicode) {
return Pointer.pointerToAddress(PyUnicodeUCS4_AsRawUnicodeEscapeString(Pointer.getPeer(unicode)), PyObject.class);
}
|
2dcdcf1a-8de8-462f-bb9b-f358d2d34325
|
public void setCustomPickList2(crmondemand.xml.contact.query.QueryType customPickList2) {
this.customPickList2 = customPickList2;
}
|
4ae7c079-d92a-453d-bdcf-b3ba214c6940
|
public java.lang.String getCustomPickList26() {
return this.customPickList26;
}
|
ecb733ed-d6c9-4ee0-a115-0ee3d50d0e3e
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList17() {
return this.customPickList17;
}
|
42515d42-4c22-49d6-b2d9-795c7dcd095f
|
public crmondemand.xml.customobject6.query.QueryType getCustomInteger1() {
return this.customInteger1;
}
|
e41e682a-46b9-42e4-9133-40584a16162a
|
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean34() {
return this.customBoolean34;
}
|
7f97d932-ea0c-4d69-be20-26e05bd3f9f7
|
private static void basicAbortMPU() throws IOException
{
System.out.println("basic abort MPU");
String bucketName="chttest";
String fileName="hello.txt";
//String uploadID = "XHGTFV4F5XTEAC5O8N3LK12TIY3DSY7OFPXIWTHRMNTE7A3WB5M8N2U5AN"; //hi
String uploadID = "LE5JS2K6C208JU7ZX1QD2TVRWXOWWF4VNG7LE7TFIX5SYNG4HLOGW9CLAD"; //hello
AbortMultipartUploadRequest request = new AbortMultipartUploadRequest(bucketName,fileName,uploadID);
AmazonS3 s3 = new AmazonS3Client(new PropertiesCredentials(putBucket.class.getResourceAsStream("AwsCredentials.properties")));
try
{
s3.abortMultipartUpload(request);
System.out.println();
}
catch (AmazonServiceException ase) {
System.out.println("Caught an AmazonServiceException, which means your request made it "
+ "to Amazon S3, but was rejected with an error response for some reason.");
System.out.println("Error Message: " + ase.getMessage());
System.out.println("HTTP Status Code: " + ase.getStatusCode());
System.out.println("AWS Error Code: " + ase.getErrorCode());
System.out.println("Error Type: " + ase.getErrorType());
System.out.println("Request ID: " + ase.getRequestId());
} catch (AmazonClientException ace) {
System.out.println("Caught an AmazonClientException, which means the client encountered "
+ "a serious internal problem while trying to communicate with S3, "
+ "such as not being able to access the network.");
System.out.println("Error Message: " + ace.getMessage());
}
}
|
741fc65f-468a-4afe-bcc6-793c92e59b2b
|
public java.lang.String getCustomText21() {
return this.customText21;
}
|
3344d3ef-5600-4bee-9f62-b4c69078d26b
|
public MainWindow() {
initialize();
}
|
7a326019-37df-4a6d-a178-e07279e446e5
|
public static org.bwapi.proxy.messages.Messages.PlayerText parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
|
0d71af86-bccd-43f9-9945-8a2b0532a7df
|
public void actionPerformed(ActionEvent arg0) {
//Setup debug dialog.
GameManager.debug = !GameManager.debug;
}
|
9bcf822b-51f3-436f-8b3c-004472b986af
|
public void setCustomDate9(java.util.Calendar customDate9) {
this.customDate9 = customDate9;
}
|
ed79fbf4-7175-44e4-ad7f-816820672275
|
private void b02ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_b02ActionPerformed
btnAction(0, 2);
}//GEN-LAST:event_b02ActionPerformed
|
42fcb7d3-a6b0-477a-af8c-a86912c316d7
|
public void setCustomPickList49(java.lang.String customPickList49) {
this.customPickList49 = customPickList49;
}
|
e2268514-6a71-4859-9f40-c21e47f50780
|
public void setAttachFileExt(java.lang.String attachFileExt) {
this.attachFileExt = attachFileExt;
}
|
0f5108fd-d7dd-433c-9b4a-d41a7c2d32fe
|
public void setPortfolioAccountType(crmondemand.xml.customobject6.query.QueryType portfolioAccountType) {
this.portfolioAccountType = portfolioAccountType;
}
|
cd1fd002-039f-431f-afa5-cad43cf244e9
|
public crmondemand.xml.customobject6.query.QueryType getCustomDate51() {
return this.customDate51;
}
|
04c88cd8-0703-4d16-927a-2fa81c5c9a3b
|
public void initLoadingWindow() {
this.getContentPane().removeAll();
this.setTitle("Line Of Action");
this.setSize(400, 100);
this.setLayout(null);
spareText1 = new JTextArea("Please wait till you get matched");
spareText1.setSize(200, 25);
spareText1.setLocation(50, 25);
spareText1.setEditable(false);
this.add(spareText1);
this.repaint();
}
|
bc279e96-683e-49ce-9641-f5e5d2bc712c
|
public crmondemand.xml.customobject6.query.QueryType getAccountName() {
return this.accountName;
}
|
39204255-f158-4645-a72a-e1778a00b2db
|
public void setZCustomPhone4(crmondemand.xml.customobject6.query.QueryType zCustomPhone4) {
this.zCustomPhone4 = zCustomPhone4;
}
|
37acfb59-8122-4fdc-91e7-b0a790efbae2
|
public void setBusinessPlanType(crmondemand.xml.contact.query.QueryType businessPlanType) {
this.businessPlanType = businessPlanType;
}
|
f5ad3402-ca72-4a23-8f4f-a40167dba6cb
|
public java.lang.String getBusinessAccountId() {
return this.businessAccountId;
}
|
e2d780bd-8d1d-4249-920b-1eb28be74ad9
|
public java.math.BigDecimal getCustomNumber7() {
return this.customNumber7;
}
|
39ed37ae-d456-4dec-a9fc-2b9741ee3f62
|
public java.math.BigDecimal getCustomNumber64() {
return this.customNumber64;
}
|
8830a2d3-e849-4fa0-97c3-c9bdabed70bf
|
public int getElemCount() {
return elem_.size();
}
|
f2d99211-627a-4169-b63b-d2f5bf01e3d6
|
public void setCustomPickList16(java.lang.String customPickList16) {
this.customPickList16 = customPickList16;
}
|
bbd4600d-462b-4b28-aa62-259130680c5f
|
public void setCustomObject12IntegrationId(java.lang.String customObject12IntegrationId)
{
this.customObject12IntegrationId = customObject12IntegrationId;
}
|
f0a19bd1-13dd-4621-bc5a-4362e5d114af
|
public void setSolutionMultiFileAsset(crmondemand.xml.customobject3.query.QueryType solutionMultiFileAsset) {
this.solutionMultiFileAsset = solutionMultiFileAsset;
}
|
e88c285b-db67-4e76-a012-a1b3461bca55
|
protected void debug(String msg) {
Main.debug("["+owner+"]", msg);
}
|
2f71a996-4a1d-4b37-99f3-f9b3759a0f0d
|
public GameCD(String title, String platform, double price) {
setTitle(title);
setPrice(price);
setPlatform(platform);
}
|
ce415091-b37e-4000-8558-f5a5bd19337b
|
public AddCustomerFormTest() {
}
|
419b6b0e-98d8-44aa-a28e-22a80ad347d1
|
public void setCustomInteger18(java.lang.Integer customInteger18) {
this.customInteger18 = customInteger18;
}
|
a9eae275-d28e-48b5-a287-17af9cd907fa
|
public Rectangle getRect(int x, int y){
Rectangle tempRect = new Rectangle(x, y, pixelWidth, pixelWidth);
Rectangle rect = new Rectangle();
for (int i = 0; i<this.getMapHeight(); i++){
for(int j = 0; j<this.getMapWidth();j++){
if (blockedRect[i][j] == tempRect){
rect = blockedRect[i][j];
break;
}
}
}
return rect;
}
|
e68e592f-0aad-49db-91b4-d2ad942fdae2
|
public void setAccreditationName(java.lang.String accreditationName) {
this.accreditationName = accreditationName;
}
|
37d9a801-b4d2-4b09-979a-421ff12b774d
|
public crmondemand.xml.customobject3.query.QueryType getUpdatedByAlias() {
return this.updatedByAlias;
}
|
11eccb55-19e2-4ef7-ae64-5bdfe1b03317
|
public void setCustomNumber32(crmondemand.xml.customobject3.query.QueryType customNumber32) {
this.customNumber32 = customNumber32;
}
|
9bd1ab30-859c-41aa-86ca-f516a10e98dd
|
public void setCustomText26(crmondemand.xml.opportunity.query.QueryType customText26) {
this.customText26 = customText26;
}
|
d089479c-c52d-4407-ba8b-be922d4cd3ce
|
public java.lang.String getCustomText60() {
return this.customText60;
}
|
4d4a82ab-fbe3-416f-ac6b-4ac0301515bb
|
public void setCustomCurrency21(java.math.BigDecimal customCurrency21) {
this.customCurrency21 = customCurrency21;
}
|
391f6fc1-cf50-45e7-b48d-8f9a9024f772
|
public void setModId(java.lang.Integer modId) {
this.modId = modId;
}
|
d834c4bd-d1a3-4b72-b215-8ae6e41a1977
|
public void setCustomDate49(java.util.Calendar customDate49) {
this.customDate49 = customDate49;
}
|
ae583be5-44bb-4acc-8677-ff9ea4d08a8e
|
public java.lang.Integer getCustomInteger3() {
return this.customInteger3;
}
|
9b596e6f-4498-42fc-8f29-dcfd61486bae
|
public java.util.Calendar getSolutionReleaseDate() {
return this.solutionReleaseDate;
}
|
a70594f6-be8c-4f5c-bae8-c817b0ace794
|
public void setCustomPickList21(crmondemand.xml.customobject6.query.QueryType customPickList21) {
this.customPickList21 = customPickList21;
}
|
5647b5b0-23f2-434c-abc5-939faa42b695
|
public void setSolutionIntegrationId(java.lang.String solutionIntegrationId) {
this.solutionIntegrationId = solutionIntegrationId;
}
|
cb7973f0-609e-4232-8ff1-29384cd7ece9
|
public void setCustomPhone2(crmondemand.xml.customobject3.query.QueryType customPhone2) {
this.customPhone2 = customPhone2;
}
|
605134ad-9a70-4f75-9d73-d57f1ebc245d
|
public void setCustomText11(java.lang.String customText11) {
this.customText11 = customText11;
}
|
26062d17-dd8b-4854-85b1-b97fd9b52b37
|
public void setOpportunityName(crmondemand.xml.customobject3.query.QueryType opportunityName) {
this.opportunityName = opportunityName;
}
|
333b8e9e-b90e-4cba-8b22-dbcc0de3e61c
|
@Override
public boolean isAllowedMxp(final String tagString)
{
if(tagString.startsWith("^<"))
{
if((!getClientTelnetMode(TELNET_MXP))||(mxpSupportSet.size()==0))
return false;
int x=tagString.indexOf(' ');
if(x<0)
x=tagString.indexOf('>');
if((x>0)&&(this.mxpSupportSet.contains("-"+tagString.substring(2,x))))
return false;
}
else
if(tagString.startsWith("&"))
{
if(terminalType.equalsIgnoreCase("mushclient"))
return true;
}
return true;
}
|
e2211eee-ec1c-42ec-ab30-cb08b9978521
|
public void setCustomText88(crmondemand.xml.contact.query.QueryType customText88) {
this.customText88 = customText88;
}
|
c497e31f-6be7-4cae-9b9b-81a8fa3344d4
|
public void setMedEdExternalSystemId(crmondemand.xml.opportunity.query.QueryType medEdExternalSystemId) {
this.medEdExternalSystemId = medEdExternalSystemId;
}
|
871533cb-2c81-4057-afaf-7fca07d596a9
|
public crmondemand.xml.customobject6.query.QueryType getCustomInteger0() {
return this.customInteger0;
}
|
1648d890-416c-49f7-a23f-2ecae5829ae1
|
public java.lang.Integer getCustomInteger34() {
return this.customInteger34;
}
|
bdf1e587-7c94-48c5-bffd-10d84392ab62
|
public void handler() {
/*UINT8*/
int t = EXTBYTE();
t = (t - 1) & 0xFF;
CLR_NZV();
SET_FLAGS8D(t);
WM(ea, t);
/*if (konamilog != null) {
fprintf(konamilog, "konami#%d dec_ex :PC:%d,PPC:%d,A:%d,B:%d,D:%d,DP:%d,U:%d,S:%d,X:%d,Y:%d,CC:%d,EA:%d\n", cpu_getactivecpu(), konami.pc, konami.ppc, A(), B(), konami.d, konami.dp, konami.u, konami.s, konami.x, konami.y, konami.cc, ea);
}*/
}
|
817a287c-8c9b-4241-a318-b2b4bc8ed620
|
public java.lang.String getBusinessPlanDescription() {
return this.businessPlanDescription;
}
|
f6ae2fce-19dd-4097-97d8-401c242a1151
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject13Name() {
return this.customObject13Name;
}
|
764e0abb-6d71-457f-9afc-7bb11ce8905e
|
public void setModId(crmondemand.xml.opportunity.query.QueryType modId) {
this.modId = modId;
}
|
2546cc2f-b7ff-48d6-9cfb-bb4de4796eea
|
public java.lang.String getCreatedBy() {
return this.createdBy;
}
|
440246ae-f456-41ad-a5e6-deecb4c65714
|
public crmondemand.xml.customobject6.query.QueryType getModifiedBy() {
return this.modifiedBy;
}
|
d7bbf814-516a-4ed3-812b-b0acdf68a576
|
public java.lang.String getCustomText70() {
return this.customText70;
}
|
74ccfc5e-22ef-4fe8-9ee4-dfff33cb9e94
|
public synchronized String format(Date date) {
return dateFormat.format(date);
}
|
02ef30e6-9d83-4d53-b446-fa7b9c0bd764
|
public boolean sendMsg2Me(MsgHead msg){
try{
byte[] data= ToolsCreateMsg.packMsg(msg);//ϢΪֽ
this.dous.write(data);
this.dous.flush();
LogTools.INFO(this.getClass(), "Ϣ:"+msg);
return true;
}catch(Exception ef){
LogTools.ERROR(this.getClass(), "Ϣ:"+msg);
}
return false;
}
|
8e1ee770-2131-4fcb-8cab-7d91b9df2194
|
public void setCustomText44(java.lang.String customText44) {
this.customText44 = customText44;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.