git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = | |
| { | |
| .Header = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device}, | |
| .USBSpecification = VERSION_BCD(01.10), | |
| .Class = USB_CSCP_NoDeviceClass, | |
| .SubClass = USB_CSCP_NoDeviceSubclass, | |
| .Protocol = USB_CSCP_NoDeviceProtocol, | |
| .Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE, |
| 13:15 <xQuasar> | HASKELL IS FOR FUCKIN FAGGOTS. YOU'RE ALL A BUNCH OF | |
| | FUCKIN PUSSIES | |
| 13:15 <xQuasar> | JAVASCRIPT FOR LIFE FAGS | |
| 13:16 <luite> | hello | |
| 13:16 <ChongLi> | somebody has a mental illness! | |
| 13:16 <merijn> | Wow...I suddenly see the error of my ways and feel | |
| | compelled to write Node.js! | |
| 13:16 <genisage> | hi | |
| 13:16 <luite> | you might be pleased to learn that you can compile | |
| | haskell to javascript now |
| exampleWithNumber: x | |
| "A method that illustrates every part of Smalltalk method syntax | |
| except primitives. It has unary, binary, and keyword messages, | |
| declares arguments and temporaries, accesses a global variable | |
| (but not and instance variable), uses literals (array, character, | |
| symbol, string, integer, float), uses the pseudo variables | |
| true false, nil, self, and super, and has sequence, assignment, | |
| return and cascade. It has both zero argument and one argument blocks." |
| MIT License | |
| Copyright (c) 2012 endolith | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |