All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Mine

    2072424·text·474 B·2011-05-30 18:35 UTC
    Buildfile: /Users/Adva/Desktop/repository/tr/trunk/dev/org.rssowl.build/build.xml
     [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
  • Anonymous

    2072423·text·842 B·2011-05-30 18:34 UTC
    public class test 
    {
     public static void main(String[] args) {
     char[] arr1 = {' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'};
     char[] arr2 = {' ', '0', '1', '2', '3', '4', '5', '6', '7'
  • Stuff

    2072422·text·939 B·2011-05-30 18:33 UTC
    public class test 
    {
     public static void main(String[] args) {
     char[] arr1 = {' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'};
     char[] arr2 = {' ', '0', '1', '2', '3', '4', '5', '6', '7'
  • Stuff

    2072421·text·248 B·2011-05-30 18:32 UTC
    byte[] OhSerialize(BundleItem derBundle)
     {
     using (var stream = new MemoryStream())
     {
     XmlSerializer xmlSerializer = new XmlSerializer(typeof(BundleItem));
     xmlSerializer.Serialize(s
  • Visual C# HID Example

    2072417·csharp·8.9 KB·2011-05-30 18:21 UTC
    /*The DLL has four functions:
    void USBHIDClassInit (VID, PID, Size) - Sets the Vendor and Product Id used in the class.
     Also specifies the Report Size. This mu
  • Visual C# HID Example

    2072416·csharp·8.9 KB·2011-05-30 18:21 UTC
    /*The DLL has four functions:
    void USBHIDClassInit (VID, PID, Size) - Sets the Vendor and Product Id used in the class.
     Also specifies the Report Size. This mu
  • Mine

    2072414·diff·1.5 KB·2011-05-30 18:18 UTC
    --- target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c (revisione 27031)
    +++ target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c (copia locale)
    @@ -28,6 +28,9 @@
     module_param_named(
  • Mine

    2072410·sql·289 B·2011-05-30 18:07 UTC
    ALTER TABLE tblcustomers AUTO_INCREMENT = 2000;
    ALTER TABLE `tollring_crm`.`tblcustomers` CHANGE COLUMN `customerid` `customerid` INT(11) NOT NULL AUTO_INCREMENT ;
    
    Error Code: 1062
    ALTER TAB
  • Something

    2072407·text·2.6 KB·2011-05-30 18:05 UTC
    Hey man, I've been thinking a lot about what happened last night. I'm not sure why, but my guard was down & I behaved a little differently than I normally do. I don't regret what happened last night,
  • Miscellany

    2072406·text·5.0 KB·2011-05-30 17:55 UTC
    2011-05-30 17:49:53 LOG_DEBUG: [parlementum.net:queuedaemon.php:1971] Adding public key: (ktZ_LdP5Rn9PxYuuNuyFRyRLHjlALZfk7RGEtKsUe_-zTIKfq11ib6dD9YmZks2jvk4mfUB-QMAoALcLjaACEDYClWPqTSXey4fn88et2-EKU7
  • Unnamed

    2072401·text·6.2 KB·2011-05-30 17:48 UTC
    L 05/30/2011 - 19:28:13: Loading map "aim_map"
    L 05/30/2011 - 19:28:13: Server cvars start
    L 05/30/2011 - 19:28:13: Server cvar "_tutor_bomb_viewable_check_interval" = "0.5"
    L 05/30/2011 - 19:28:13
  • Mine

    2072400·text·1.1 KB·2011-05-30 17:48 UTC
    class ActionPerformedMenuBar implements ActionListener{
     public void actionPerformed(ActionEvent e){
     // this is for the Edit Menu Items - Copy and Paste - to work
    
     if(e.getSource() == jm
  • Something

    2072395·text·943 B·2011-05-30 17:33 UTC
    @echo off
    
    :: Creates a RAR archive of files/directories if they are smaller than a
    :: given limit and moves the files to a specified directory.
    
    Setlocal
    Setlocal EnableDelayedExpansion
    
    :: s
  • Unnamed

    2072389·text·23.6 KB·2011-05-30 17:11 UTC
    itter user: aquarianjen (69766567).
    2011-05-30 17:02:40 LOG_INFO: [parlementum.net:synctwitterfriends.php:1132] Twitter bridge - Added new Twitter user: aquarianjen (69766567).
    2011-05-30 17:02:40 L
  • qml repeater itemAt

    2072387·text·824 B·2011-05-30 16:58 UTC
    import Qt 4.7
    
    Rectangle {
     width: 500
     height: 500
     color: "black"
    
     Row {
     Repeater {
     id: therepeater
     objectName: "therepeater"
    
     mo
  • Mine

    2072386·text·781 B·2011-05-30 16:56 UTC
    //You should only rely on the key char if the event
     //is a key typed event.
     class keyboardNumbers {
     public void displayKeyTyped(KeyEvent e, String keyStatus){
    
     int id = e.getID()
  • Something

    2072385·text·601 B·2011-05-30 16:51 UTC
    <!--* try.dtd *-->
    
    <!ELEMENT foot (sock)>
    <!ELEMENT sock (#PCDATA)>
    
    <!--* wrapper.xml *-->
    
    <!DOCTYPE wrapper SYSTEM "try.dtd" [
     <!ENTITY theDoc SYSTEM "try.xml">
     <!ELEMENT wrappe
  • Mine

    2072373·text·794 B·2011-05-30 16:34 UTC
    //You should only rely on the key char if the event
     //is a key typed event.
     class keyboardNumbers implements ActionListener{
     public void displayKeyTyped(KeyEvent e, String keyStatus){
  • Untitled

    2072367·text·10.6 KB·2011-05-30 16:22 UTC
    site name 'Parlementum - an EncycloMundi project'
    site nickname 'statusnet'
    site wildcard NULL
    site
  • Someone

    2072362·text·943 B·2011-05-30 16:12 UTC
    @echo off
    
    :: Creates a RAR archive of files/directories if they are smaller than a
    :: given limit and moves the files to a specified directory.
    
    Setlocal
    Setlocal EnableDelayedExpansion
    
    :: s

older pastes →