Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
package org.ajwcc.pduUtils.test; import java.io.BufferedReader; import java.io.FileReader; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed und...
558
github-java-corpus
2,012
package org.ajwcc.pduUtils.test; import org.ajwcc.pduUtils.gsm3040.Pdu; import org.ajwcc.pduUtils.gsm3040.PduParser; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //P...
370
github-java-corpus
2,012
package org.ajwcc.pduUtils.test; import org.ajwcc.pduUtils.gsm3040.PduFactory; import org.ajwcc.pduUtils.gsm3040.PduGenerator; import org.ajwcc.pduUtils.gsm3040.PduParser; import org.ajwcc.pduUtils.gsm3040.PduUtils; import org.ajwcc.pduUtils.gsm3040.SmsSubmitPdu; import org.ajwcc.pduUtils.gsm3040.ie.Informati...
1,676
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
278
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
267
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
308
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
305
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
600
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
233
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
440
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
623
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
260
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
235
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
265
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
275
github-java-corpus
2,012
package org.ajwcc.pduUtils.test.integration; import org.smslib.ICallNotification; import org.smslib.IInboundMessageNotification; import org.smslib.IOutboundMessageNotification; import org.smslib.InboundMessage; import org.smslib.Library; import org.smslib.OutboundMessage; import org.smslib.Service; import o...
708
github-java-corpus
2,012
// ReadMessages.java - Sample application. // // This application shows you the basic procedure needed for reading // SMS messages from your GSM modem, in synchronous mode. // // Operation description: // The application setup the necessary objects and connects to the phone. // As a first step, it reads all mess...
479
github-java-corpus
2,012
package org.ajwcc.pduUtils.test; import org.ajwcc.pduUtils.gsm3040.Pdu; import org.ajwcc.pduUtils.gsm3040.PduGenerator; import org.ajwcc.pduUtils.gsm3040.PduParser; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency...
497
github-java-corpus
2,012
package org.ajwcc.pduUtils.wappush; import java.util.ArrayList; import java.util.HashMap; import java.util.List; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduU...
1,198
github-java-corpus
2,012
package org.ajwcc.pduUtils.wappush; import java.util.Date; import org.ajwcc.pduUtils.gsm3040.PduUtils; import org.ajwcc.pduUtils.gsm3040.SmsSubmitPdu; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blue...
1,024
github-java-corpus
2,012
package org.ajwcc.pduUtils.wappush; import java.io.ByteArrayOutputStream; import java.text.SimpleDateFormat; import java.util.Date; import org.ajwcc.pduUtils.gsm3040.PduUtils; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wirel...
3,056
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.util.Date; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms of the Apache Licens...
934
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import org.ajwcc.pduUtils.gsm3040.ie.ConcatInformationElement; import org.ajwcc.pduUtils.gsm3040.ie.InformationElement; import org.ajwcc.pduUtils.gsm3040.ie.PortInformationElement; //PduUt...
4,501
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040.ie; import org.ajwcc.pduUtils.gsm3040.PduUtils; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the te...
452
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040.ie; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms of the Apache License version 2.0 // //Li...
676
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040.ie; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms of the Apache License version 2.0 // //Li...
510
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040.ie; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms of the Apache License version 2.0 // //Li...
1,706
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.io.ByteArrayOutputStream; import java.lang.reflect.Method; import java.util.BitSet; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, P...
10,409
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.util.Calendar; import java.util.Date; import java.util.TimeZone; import org.ajwcc.pduUtils.gsm3040.ie.InformationElement; import org.ajwcc.pduUtils.gsm3040.ie.InformationElementFactory; //PduUtils Library - A Java library for generating GSM 3040 Protocol Dat...
2,887
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.util.Date; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms of the Apache Licens...
1,188
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.TimeZone; import org.ajwcc.pduUtils.gsm3040.ie.ConcatInfor...
5,392
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import java.util.Date; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms of the Apache Licens...
1,083
github-java-corpus
2,012
package org.ajwcc.pduUtils.gsm3040; import org.ajwcc.pduUtils.wappush.WapSiPdu; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs) // //Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines. //PduUtils is distributed under the terms...
972
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
3,995
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,899
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,172
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
659
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
279
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
489
github-java-corpus
2,012
package org.smslib.misc; import java.io.InputStream; import java.io.OutputStream; import java.util.Enumeration; import java.util.Formatter; import org.smslib.helper.CommPortIdentifier; import org.smslib.helper.SerialPort; public class CommTest { private static final String _NO_DEVICE_FOUND = " no device found"; ...
857
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
637
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
396
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
423
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
383
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
4,695
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,047
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
468
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
2,465
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,104
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
331
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
259
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed under t...
819
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
5,037
github-java-corpus
2,012
package org.smslib.helper; import java.util.EventListener; /** * Propagates serial port events. * <p> * <b>Please note: </b>This is a wrapper around * <code>javax.comm.SerialPortEventListener</code> (and so * <code>gnu.io.SerialPortEventListener</code>). The API definition is taken * from Sun. So honor them! ...
148
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed under t...
861
github-java-corpus
2,012
package org.smslib.helper; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * A serial port event. * <p> * <b>Please note: </b>This is a wrapper around * <code>javax.comm.SerialPortEvent</code> (and so ...
1,373
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,570
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
5,359
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
399
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,403
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
259
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
688
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
405
github-java-corpus
2,012
// SendMessage.java - Sample application. // // This application shows you the basic procedure for sending messages. // You will find how to send synchronous and asynchronous messages. // // For asynchronous dispatch, the example application sets a callback // notification, to see what's happened with messages. ...
764
github-java-corpus
2,012
// ReadMessages.java - Sample application. // // This application shows you the basic procedure needed for reading // SMS messages from your GSM modem, in synchronous mode. // // Operation description: // The application setup the necessary objects and connects to the phone. // As a first step, it reads all mess...
1,405
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
404
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
414
github-java-corpus
2,012
package org.smslib.modem; import java.io.IOException; import java.io.OutputStream; public class MaxSerialOutputStream extends OutputStream { MaxSerialWritable mop; public MaxSerialOutputStream(MaxSerialWritable mop) { this.mop = mop; } @Override public void write(int b) throws IOException { mop.writeSeria...
99
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,120
github-java-corpus
2,012
package org.smslib.modem; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; public class MaxSerialInputStream extends InputStream { ArrayList<Integer> buffer = new ArrayList<Integer>(); // slow as shit, but // this ain't a // quick system MaxSerialReadable msr; public MaxSeri...
262
github-java-corpus
2,012
package org.smslib.modem; public interface MaxSerialInputStreamListener { public void newDataAvailable(); }
20
github-java-corpus
2,012
package org.smslib.modem; /** * Gateway representing a GSM Modem or Phone connected via a serial port. */ public class MaxSerialModemGateway extends ModemGateway { public MaxSerialModemGateway(String id, String manufacturer, String model) { super(ModemTypes.MAX_SERIAL, id, "COM1", 57600, manufacturer, model)...
78
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
415
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed under t...
1,016
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
406
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
272
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,198
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
578
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,543
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,422
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
356
github-java-corpus
2,012
package org.smslib.modem.athandler; import org.smslib.modem.ModemGateway; public class ATHandler_Teltonika_ModemUSB extends ATHandler { public ATHandler_Teltonika_ModemUSB(ModemGateway myGateway) { super(myGateway); setStorageLocations("SMME"); } }
71
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
642
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
480
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
272
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
4,137
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
461
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
8,840
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
8,145
github-java-corpus
2,012
package org.smslib.modem; public interface MaxSerialReadable { public void readSerialIn(); }
20
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,590
github-java-corpus
2,012
package org.smslib.modem; public interface MaxSerialWritable { public void writeSerialOut(int b); }
22
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,927
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,196
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
396
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,992
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
361
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
1,705
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
4,335
github-java-corpus
2,012
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2008, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed...
9,001