id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
29e515dc-7fb8-48a7-a939-a3d924c3b65e
|
public void setCustomObject9IntegrationId(java.lang.String customObject9IntegrationId) {
this.customObject9IntegrationId = customObject9IntegrationId;
}
|
e1fa9089-948e-4f1d-b09e-e3df4949e872
|
public crmondemand.xml.contact.query.QueryType getCustomDate10() {
return this.customDate10;
}
|
64a0f608-71f9-4553-abe3-9ecf5a0fd995
|
public crmondemand.xml.opportunity.query.QueryType getReassignOwnerFlag() {
return this.reassignOwnerFlag;
}
|
05f354c1-f6fb-4d0d-9dc2-bedcb405ef46
|
public void setCustomNumber12(java.math.BigDecimal customNumber12) {
this.customNumber12 = customNumber12;
}
|
0210e89b-e03a-40d0-b007-f359aff00bda
|
public crmondemand.xml.contact.query.QueryType getCustomPickList44() {
return this.customPickList44;
}
|
1f3fc738-a38e-45af-85e0-b3c255ae11f9
|
public static int _PyString_Resize(Pointer<Pointer<PyObject > > PyObjectPtrPtr1, @Ptr long Py_ssize_t1) {
return _PyString_Resize(Pointer.getPeer(PyObjectPtrPtr1), Py_ssize_t1);
}
|
3789e4fc-8e68-48b1-b510-ceb681d5e9f5
|
public java.math.BigDecimal getCustomCurrency1() {
return this.customCurrency1;
}
|
18314038-796e-40b5-a883-ce207ae4f0b5
|
public crmondemand.xml.customobject6.query.QueryType getCustomNumber13() {
return this.customNumber13;
}
|
514ba2cc-82a5-4cd8-b31e-d690fd223cd9
|
public crmondemand.xml.opportunity.query.QueryType getCustomNumber52() {
return this.customNumber52;
}
|
dbc15db8-c8ee-4543-b284-1bf19f05e9e4
|
public java.lang.String getCustomText20() {
return this.customText20;
}
|
073e9ed9-54ce-4b51-80eb-44931f7cd0f1
|
public crmondemand.xml.customobject3.query.QueryType getPortfolioExternalSystemId() {
return this.portfolioExternalSystemId;
}
|
cd0ef930-35fd-4169-8079-1eaf0f1fd803
|
public java.lang.String getCustomPhone0() {
return this.customPhone0;
}
|
20de1b21-8a24-4852-8723-a3dccad211ba
|
private void systemCall(int PID) {
ProcessControlBlock pcb = pcbList.getPCB(PID);
ProcessType type = pcb.getProcess().getProcessType();
System.out.println("Process " + pcb.getPid() + " (" + type.name() + ") made a system call.");
if( type == ProcessType.COMPUTE ) {
// I thought it does nothing, but in the sample run it made system call to auxiliary.
devices[1].addPCB(pcb);
blockPCB(pcb);
} else if( type == ProcessType.CONSUMER ) {
// request resource
requestResource(pcb);
} else if( type == ProcessType.PRODUCER ) {
// I think it always try to put stuff in the memory.
putResource(pcb);
} else if( type == ProcessType.UI ) {
// Request resource from IODevice by adding itself to the list in the device.
devices[0].addPCB(pcb);
blockPCB(pcb);
}
}
|
5bae8ffc-7342-4bed-87da-4f5d9d7af098
|
public java.lang.String getCustomObject12Type() {
return this.customObject12Type;
}
|
81f4eaab-cae5-4a29-aa6b-482a29c8715c
|
public void setTarget(Vector3f target){
m_target = target;
}
|
785458f8-13df-4244-b532-2d5b3584086e
|
public void setCustomText52(java.lang.String customText52) {
this.customText52 = customText52;
}
|
8f6e52ce-218f-4498-bc9b-67db0b2ea3a4
|
public boolean hasResearching() {
return ((bitField2_ & 0x00200000) == 0x00200000);
}
|
d9247d3c-c58c-445d-b2e9-b3aa2b03f45b
|
public java.math.BigDecimal getCustomNumber60() {
return this.customNumber60;
}
|
ff6f9e1b-1c63-46c0-8cd7-867ad7ced2ff
|
public void addObjects(ArrayList<GameObject> newObjects) {
if (objects == null) {
objects = new ArrayList<GameObject>();
}
objects.addAll(newObjects);
}
|
8f10acda-db08-4840-8e50-6cc5a896696c
|
private boolean contains(Point p)
{
return baseNode.contains(p);
}
|
8c0b8fd0-a1d3-4923-826b-b7f099dc816d
|
public void setSalesPersonFullName(crmondemand.xml.customobject6.query.QueryType salesPersonFullName) {
this.salesPersonFullName = salesPersonFullName;
}
|
90f2195f-3d28-458b-b581-5a77d700653e
|
@Override
public String toString()
{
return "X: "+x+", Y: "+y+", Z:"+z;
}
|
7269d9a7-d95f-43b0-8465-d007a6d0578b
|
public static void performanceEstimator(Path path, int nbOcc , HashFunction func, int k){
SignificantWordsArraySample ws = new SignificantWordsArraySample(k, new LookUp3());
for(String str: new WordReader(path)) {
ws.addWord(str);
}
double a = benchmarkMiceNumber(path, nbOcc);
double b = ws.estimateMiceNumber(nbOcc);
System.out.println("----------------------------------------------------------------");
System.out.println("For file " + path.getFileName());
System.out.println("The estimated number of " + nbOcc + "-mice is: " + b + ".");
System.out.println("The real number of " + nbOcc + "-mice is: " + a + ".");
System.out.println("The percentage error is: " + Math.abs(a-b)/a*100. + ".");
System.out.println("----------------------------------------------------------------");
}
|
21a4ff9f-ae03-4113-b18c-050ab1e0b277
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList47() {
return this.customPickList47;
}
|
3257c0e0-f455-4570-ad70-e3723540128b
|
public void setCustomDate8(java.util.Calendar customDate8) {
this.customDate8 = customDate8;
}
|
c1bfbf08-fb61-4eac-b300-aeb1be4ec947
|
public java.lang.String getBusinessPlanPlanName() {
return this.businessPlanPlanName;
}
|
312d69e9-b02e-417b-bdb5-dc89151debdd
|
public void setCustomInteger33(crmondemand.xml.opportunity.query.QueryType customInteger33) {
this.customInteger33 = customInteger33;
}
|
b5eebb24-5ecb-44a0-b7e3-41fc5a0e36bd
|
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency6() {
return this.customCurrency6;
}
|
96b5e45d-7fcc-4101-b5e9-0b16eba29103
|
public crmondemand.xml.customobject3.query.QueryType getSampleLotShortDays() {
return this.sampleLotShortDays;
}
|
1883dd5e-0744-4961-b88a-a74c6faf269e
|
public void setCustomDate56(crmondemand.xml.contact.query.QueryType customDate56) {
this.customDate56 = customDate56;
}
|
ead4655c-cf84-49cf-97a7-56e2958ef3a9
|
public java.lang.String getIndexedPick3() {
return this.indexedPick3;
}
|
ed11e880-158f-40ec-a7ac-bf757a6a74bb
|
public void setCustomInteger11(crmondemand.xml.customobject6.query.QueryType customInteger11) {
this.customInteger11 = customInteger11;
}
|
27a7d591-a04f-44f8-8354-61202b3cb325
|
public crmondemand.xml.opportunity.query.QueryType getCustomText18() {
return this.customText18;
}
|
fd7a3754-68b6-40ef-8721-9a1344fff9f2
|
public Vector3D addMeZ(double z)
{
this.z += z;
return this;
}
|
49391794-2902-4f43-aa98-563a2e4d3435
|
protected void endHook() {
/* Empty */
}
|
837fb167-5e55-4720-8d05-7d70377f85e2
|
public void populateTypeTable(AstSymbolTable stable)
{
m_stable = stable;
if (m_declaration != null)
{
m_declaration.populateTypeTable(m_stable);
}
if (m_deltaDeclaration != null)
{
m_deltaDeclaration.populateTypeTable(m_stable);
}
if (m_predicateList != null)
{
m_predicateList.populateTypeTable(m_stable);
}
}
|
ef6ebabf-b2ce-47ff-ba80-17be2b1d8da6
|
public java.util.Calendar getInvtPeriodEndDate() {
return this.invtPeriodEndDate;
}
|
d644243d-3d83-41c5-97a0-5260a4438f3a
|
public void setRoundNum(int roundNum) {
this.roundNum = roundNum;
}
|
7c650ee4-c6c1-4355-ac9e-291a530852ca
|
private String loadBiomes() {
if (details) System.out.println("Loading biomes.");
File imageFile = new File("output/"+Name+"/overviews/biomes_overview.png");
if (imageFile.exists()) {
try {
BufferedImage tempImage = ImageIO.read(imageFile);
if (tempImage.getWidth() == chunksX * MyzoGEN.DIMENSION_X && tempImage.getHeight() == chunksY * MyzoGEN.DIMENSION_Y) {
for (int i = 0; i < chunksX * MyzoGEN.DIMENSION_X; i++) {
for (int j = 0; j < chunksY * MyzoGEN.DIMENSION_Y; j++) {
Color pixel = new Color(tempImage.getRGB(i, j));
MyzoGEN.getOutput().getTile(new Point(i, j)).setBiomeAndType(Utils.pixelToBiome(pixel));
}
}
} else return "BiomesGenerator critical error - the loaded temperature map does not match the specified dimensions. Loaded file is: "+tempImage.getWidth()+"x"+tempImage.getHeight()+
"while the specified dimensions are: "+(chunksX * MyzoGEN.DIMENSION_X)+"x"+(chunksY * MyzoGEN.DIMENSION_Y);
} catch (IOException e) {
e.printStackTrace();
return "BiomesGenerator critical error - LOAD option is on but I can't load the file.";
}
} else return "BiomesGenerator critical error - LOAD option is on but I can't find the biomes_overview.png file.";
return "No errors.";
}
|
0dbf5670-31c1-43ed-a6b0-95e135f2fd2f
|
public java.math.BigDecimal getCustomCurrency2() {
return this.customCurrency2;
}
|
36f0ac32-976e-4111-b957-03e100dca92f
|
public void setCustomPickList33(java.lang.String customPickList33) {
this.customPickList33 = customPickList33;
}
|
b699baa0-461c-46d8-ba42-29d7abf96500
|
public void setFinancialAccountOpenDate(crmondemand.xml.contact.query.QueryType financialAccountOpenDate) {
this.financialAccountOpenDate = financialAccountOpenDate;
}
|
3cadad70-0426-4550-ba72-89abf2cd1802
|
public ProbChar[] determineCharaterProbability(Individual[] fitIndividuals) {
//keep track of the most probable character in each index of the individuals
ProbChar[] mostProbableChars = new ProbChar[TARGET_STRING.length()];
//keep track of the fitness of each character that we might have in each index
//changes for each array
ProbChar[] allCharProbabilities = new ProbChar[ALPHABET.length()];
//initialize the array
for(int i = 0; i < ALPHABET.length(); i++) {
allCharProbabilities[i] = new ProbChar(ALPHABET.charAt(i), INDIVIDUAL_POPULATION_SIZE);
}
//go through each index of the individuals
for(int indIndex = 0; indIndex < TARGET_STRING.length(); indIndex++) {
//reset all the ProbChars in allCharProbabilities
for(ProbChar f : allCharProbabilities) {
f.reset();
}
//adjust all the the FitChars in the array based on the current index of the fit individuals
for(Individual curInd : fitIndividuals) {
char curChar = curInd.getCharAt(indIndex);
ProbChar curProbChar = ProbChar.getProbCharFromArrar(allCharProbabilities, curChar);
curProbChar.addAppearance(curInd.getFitness());
}
//find the ProbChar with the highest probability of appearance
ProbChar mostProbChar = new ProbChar('a', INDIVIDUAL_POPULATION_SIZE);
for(ProbChar f : allCharProbabilities) {
if(f.getProbability() > mostProbChar.getProbability())
mostProbChar = new ProbChar(f);
}
//store the most probable ProbChar
mostProbableChars[indIndex] = mostProbChar;
}
return mostProbableChars;
}
|
48befc34-f0d5-498b-b03a-faa62a204278
|
public void setCustomBoolean3(crmondemand.xml.customobject3.query.QueryType customBoolean3) {
this.customBoolean3 = customBoolean3;
}
|
b5ebd8a1-6963-4f15-a015-0ab46b7f8786
|
public void setFinancialAdvisorContactFullName(crmondemand.xml.customobject6.query.QueryType financialAdvisorContactFullName) {
this.financialAdvisorContactFullName = financialAdvisorContactFullName;
}
|
5f061f8f-8b8d-4569-8532-53d2e2d7aa51
|
public void setModifiedById(java.lang.String modifiedById) {
this.modifiedById = modifiedById;
}
|
b4e3bbd3-2c86-4eba-97f9-878249bb3249
|
public void setCustomDate21(java.util.Calendar customDate21) {
this.customDate21 = customDate21;
}
|
6a70b081-a09d-4530-9e4d-9cc9cd502997
|
public void setCustomText83(crmondemand.xml.contact.query.QueryType customText83) {
this.customText83 = customText83;
}
|
cff8c04e-97a7-4d31-932d-7e2559539591
|
public crmondemand.xml.opportunity.query.QueryType getExamExternalSystemId() {
return this.examExternalSystemId;
}
|
a64ac093-e43d-4801-a141-329f3da5121c
|
public crmondemand.xml.customobject6.query.QueryType getCustomText40() {
return this.customText40;
}
|
fbc4ccbd-97ef-49c1-a5a0-a599de9a421e
|
public crmondemand.xml.customobject6.query.QueryType getServiceRequestId() {
return this.serviceRequestId;
}
|
23503ef9-a0d0-455a-ace1-773bca4415e2
|
public void setSPRequestSPRequestName(java.lang.String sPRequestSPRequestName) {
this.sPRequestSPRequestName = sPRequestSPRequestName;
}
|
62d76bef-8d2a-4673-b1fe-94a1d00364d5
|
public void setClearButton(JButton clearButton) {
this.clearButton = clearButton;
}
|
0ec0c7c0-0f5d-4944-99b2-49204ab79a99
|
public java.math.BigDecimal getCustomCurrency4() {
return this.customCurrency4;
}
|
6f75b529-c3ef-43a8-a52e-43c9fe6f8330
|
public java.lang.String getCustomPickList91() {
return this.customPickList91;
}
|
78204b0b-a144-4786-ab81-af0981a521ea
|
public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
}
|
1cc29e91-52f4-4ec7-8f8e-bae2c01f6a0b
|
public void setCustomText63(crmondemand.xml.contact.query.QueryType customText63) {
this.customText63 = customText63;
}
|
bbeffd1b-a3e0-4ca5-b924-d20a9c5b6722
|
public crmondemand.xml.opportunity.query.QueryType getPlanType() {
return this.planType;
}
|
8a02e20a-1387-4b0e-a452-ec98acc03592
|
public java.util.Calendar getCustomDate31() {
return this.customDate31;
}
|
974861f6-1b8c-4030-8be1-ac048e200145
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject2Id() {
return this.customObject2Id;
}
|
a439f762-1a07-46db-9f79-57f43e9f1984
|
public void setCustomObject5ExternalSystemId(java.lang.String customObject5ExternalSystemId) {
this.customObject5ExternalSystemId = customObject5ExternalSystemId;
}
|
2ef22a0f-f370-44af-81d2-cf89778cf880
|
public java.math.BigDecimal getCustomNumber32() {
return this.customNumber32;
}
|
2d5d2eb4-9365-415a-b4bb-f53d87cd03c3
|
public void test_withMinute_normal() {
OffsetTime base = OffsetTime.of(11, 30, 59, OFFSET_PONE);
OffsetTime test = base.withMinute(15);
assertEquals(test, OffsetTime.of(11, 15, 59, OFFSET_PONE));
}
@Test(groups = { "tck" }
|
b1cf8a32-4058-4a81-bc43-3d3ead804330
|
public void setCustomNumber55(java.math.BigDecimal customNumber55) {
this.customNumber55 = customNumber55;
}
|
fdb038f5-a788-49d1-a1a0-c9703bbed9cd
|
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean3() {
return this.customBoolean3;
}
|
376838bd-d49b-4b65-8344-613d2ebb89e2
|
public crmondemand.xml.contact.query.QueryType getCustomDate2() {
return this.customDate2;
}
|
c5c39747-97e5-4ea3-8fe4-928e784a618f
|
public void setBusinessAccountAccountType(java.lang.String businessAccountAccountType) {
this.businessAccountAccountType = businessAccountAccountType;
}
|
8ba0b8ae-4e17-4016-9f7d-11d9966cb767
|
public void setCustomPickList66(crmondemand.xml.contact.query.QueryType customPickList66) {
this.customPickList66 = customPickList66;
}
|
faca3910-7175-4910-b65b-a12ff24d5232
|
public crmondemand.xml.customobject3.query.QueryType getUpdatedByEMailAddr() {
return this.updatedByEMailAddr;
}
|
5021736c-db1b-4ae0-b179-bc782b06c6de
|
public crmondemand.xml.customobject3.query.QueryType getCustomNumber29() {
return this.customNumber29;
}
|
f4f95861-df31-4605-9858-b2e105e43b47
|
public void setCustomBoolean6(java.lang.Boolean customBoolean6) {
this.customBoolean6 = customBoolean6;
}
|
dc3b1f5e-df95-451a-898f-333ab12d0f15
|
public String getPlayerStatus(String pAdminUsername, String pAdminPassword, String pIPAddress)
{
while(true)
{
if (!this._is_local())
{
org.omg.CORBA.portable.InputStream _input = null;
try
{
org.omg.CORBA.portable.OutputStream _output = this._request("getPlayerStatus",true);
_output.write_string(pAdminUsername);
_output.write_string(pAdminPassword);
_output.write_string(pIPAddress);
_input = this._invoke(_output);
String _arg_ret = _input.read_string();
return _arg_ret;
}
catch(org.omg.CORBA.portable.RemarshalException _exception)
{
continue;
}
catch(org.omg.CORBA.portable.ApplicationException _exception)
{
String _exception_id = _exception.getId();
throw new org.omg.CORBA.UNKNOWN("Unexpected User Exception: "+ _exception_id);
}
finally
{
this._releaseReply(_input);
}
}
else
{
org.omg.CORBA.portable.ServantObject _so = _servant_preinvoke("getPlayerStatus",_opsClass);
if (_so == null)
continue;
frontEnd.interfaceIDLOperations _self = (frontEnd.interfaceIDLOperations) _so.servant;
try
{
return _self.getPlayerStatus( pAdminUsername, pAdminPassword, pIPAddress);
}
finally
{
_servant_postinvoke(_so);
}
}
}
}
|
9fb65abf-0b4e-4c28-9545-f95b2d2164c8
|
public crmondemand.xml.customobject6.query.QueryType getCustomText67() {
return this.customText67;
}
|
21fb9a41-d63c-4677-952b-cc95dd8b67db
|
public void setCustomNumber40(crmondemand.xml.contact.query.QueryType customNumber40) {
this.customNumber40 = customNumber40;
}
|
c3df8858-0b00-4467-9eae-0b64f99a4b63
|
public java.lang.String getCustomText83() {
return this.customText83;
}
|
88cb8959-bcbb-436a-8469-946bae523519
|
public void setOpportunityType(java.lang.String opportunityType) {
this.opportunityType = opportunityType;
}
|
63d41fc2-1051-4fc1-b097-be36ff12e468
|
public crmondemand.xml.opportunity.query.QueryType getCustomText34() {
return this.customText34;
}
|
6bc37ac2-e965-429e-afca-bfce4d515b34
|
public java.math.BigDecimal getCost() {
return this.cost;
}
|
8eb8c3c4-e462-4f01-b99d-6f0997fa708e
|
public void setPolicyTerm(crmondemand.xml.opportunity.query.QueryType policyTerm) {
this.policyTerm = policyTerm;
}
|
177b7674-02ff-45d8-946d-d4d1e2732bff
|
opcode xxcb_bd = new opcode() { public void handler(){ throw new UnsupportedOperationException("unimplemented");}}
|
7b999ad3-cdab-4bcf-8de5-f167be470e14
|
public crmondemand.xml.customobject6.query.QueryType getAnnualRevenues() {
return this.annualRevenues;
}
|
3c8e0560-e3e5-4dfd-a0fb-1cae57bf6348
|
public java.lang.String getCustomText19() {
return this.customText19;
}
|
ba9c6764-03b2-4af5-bacf-d05afaf31691
|
public crmondemand.xml.customobject3.query.QueryType getCourseType() {
return this.courseType;
}
|
6f38c66b-6d94-4c10-a156-7aab0e87c9fd
|
public crmondemand.xml.contact.query.QueryType getOwnerEMailAddr() {
return this.ownerEMailAddr;
}
|
8a3c0fe5-7e1a-45f7-a24f-20675242e233
|
public java.lang.String getOriginatingPartnerId() {
return this.originatingPartnerId;
}
|
eb641914-f43b-44b5-8864-a90c2b009fac
|
public java.util.Calendar getCustomDate30() {
return this.customDate30;
}
|
2fa33750-e1f3-4818-8778-bdabb68b8ba2
|
public void i() {
yamg.i();
}
|
806f2513-ec33-4d23-bbcb-9159441d6bee
|
public Polynomial( Polynomial p ) {
this( p.degrees );
}
|
073c4c49-77a0-4985-9124-ee64dabd36af
|
public java.lang.String getCustomPickList16() {
return this.customPickList16;
}
|
f19d4286-1e72-42de-94f7-1166be92c968
|
public void setCustomText44(crmondemand.xml.contact.query.QueryType customText44) {
this.customText44 = customText44;
}
|
72eb1337-d7a2-450b-9de4-a6a3a0dd8382
|
public int getRectSizeX()
{
return rectSize.getValue();
}
|
caa36a3d-fa05-4d44-9de1-948c7264609e
|
public void setCustomNumber41(java.math.BigDecimal customNumber41) {
this.customNumber41 = customNumber41;
}
|
aa1f9a68-8437-4efc-b5f6-e6f3371cb3c8
|
public crmondemand.xml.opportunity.query.QueryType getCustomInteger18() {
return this.customInteger18;
}
|
3fec02d9-260e-46e7-a6c6-c8e01f76e295
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject12Id() {
return this.customObject12Id;
}
|
b5ce03d5-8b68-4c21-8380-71d180d6e1a9
|
public java.lang.String getCustomText77() {
return this.customText77;
}
|
f5e3b584-9b02-4a45-80d8-b07ab8bf66af
|
* @param module
* @return Stella_Object
*/
public static Stella_Object unstringifyStellaSource(String source, Module module) {
{ Stella_Object result = null;
{ Object old$TransientobjectsP$000 = Stella.$TRANSIENTOBJECTSp$.get();
try {
Native.setBooleanSpecial(Stella.$TRANSIENTOBJECTSp$, true);
result = Stella.unstringifyInModule(source, module);
} finally {
Stella.$TRANSIENTOBJECTSp$.set(old$TransientobjectsP$000);
}
}
return (result);
}
}
|
a505121c-f340-4a8d-8b56-9c2e2fb0ba59
|
public void setCustomCurrency13(java.math.BigDecimal customCurrency13) {
this.customCurrency13 = customCurrency13;
}
|
a30e36d6-85b7-41b7-b943-5cec111f17c9
|
public void setCustomPhone9(crmondemand.xml.customobject6.query.QueryType customPhone9) {
this.customPhone9 = customPhone9;
}
|
0f424bcb-0d36-49bc-9215-7859c9d7fa86
|
public java.math.BigDecimal getCustomCurrency18() {
return this.customCurrency18;
}
|
e8ee2880-6717-44bf-abb6-86a30de38789
|
public crmondemand.xml.customobject6.query.QueryType getCustomInteger7() {
return this.customInteger7;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.