Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Skip to content
- All gists
- GitHub
- New gist
- @jadenquinn
- Discover gists
- All gists
- Forked
- Starred
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @wacky-bird wacky-bird / Segmenting_TO_mid.ipynb
- Created 2 minutes ago
- Created on Cognitive Class Labs
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @oniietzschan oniietzschan / main.lua
- Created 2 minutes ago
- io.stdout:setvbuf("no")
- local text = ''
- -- !!!
- -- This function is identical to the default love.run, except where noted. !!!
- -- !!!
- function love.run()
- if love.load then love.load(love.arg.parseGameArguments(arg), arg) end
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @AbdXH4K3r AbdXH4K3r / 8kYahooMailist.txt
- Created 2 minutes ago
- 8kYahooMailist.txt
- George1439@yahoo.com
- Henrie1439@yahoo.com
- Viola138@yahoo.com
- Salazar138@yahoo.com
- Jesse68yahoo.co.uk
- Robinson68yahoo.co.uk
- Margaret1077@yahoo.com
- Araujo1077@yahoo.com
- Evelyn1218@yahoo.com
- Mcgee1218@yahoo.com
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @initrd initrd / did.sh
- Created 2 minutes ago
- did - a function to keep track of little things/ktlo
- # $ did Cleanup references to old hosts
- # Tweaked from https://github.com/stevenschmatz/did/blob/master/did.sh
- did() {
- FILE_PATH=~/did.md
- DATE=`date +"# %d %B %Y (%A)"`
- # Try to see if date was already written to file
- grep "$DATE" $FILE_PATH > /dev/null
- status=$?
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @MaximSid11 MaximSid11 / poly_from_atoms.ipynb
- Created 2 minutes ago
- create polymers from atoms
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @bibekg bibekg / react-schedule-selector-advanced.js
- Created 3 minutes ago
- import ScheduleSelector from 'react-schedule-selector'
- class App extends React.Component {
- state = { schedule = [] }
- handleChange = newSchedule => {
- this.setState({ schedule: newSchedule })
- }
- renderCustomCell = (time, selected, innerRef) => <div ref={innerRef}>{selected ? ✅ : ❌}</div>
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @adinakatz adinakatz / hello_world
- Created 3 minutes ago
- hello_world_vis
- looker.plugins.visualizations.add({
- // Id and Label are legacy properties that no longer have any function besides documenting
- // what the visualization used to have. The properties are now set via the manifest
- // form within the admin/visualizations page of Looker
- id: "hello_world",
- label: "Hello World",
- options: {
- font_size: {
- type: "string",
- label: "Font Size",
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @amandatavares amandatavares / mips.asm
- Created 3 minutes ago
- .data
- array: .word 10,9,8,7,6,5,4,3,2,1
- contador: .word 0,0,9,0,0,0 # i, j,max i /j, reset i, aux,aux
- .text
- .globl main
- main:
- #salvando o array e variáveis uteis em seus locais
- la $s0, array
- la $s1, contador
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @coyoterccr coyoterccr / Ejercicios_casa.py
- Created 4 minutes ago
- # print ("En el Ñagara")
- #a, b, c = "String", 15, True
- #print(a)
- #print(b)
- #print(c)
- mi_tupla = ("Hola mundo", 2011)
- texto, ano = mi_tupla
- print(texto)
- print(ano)
- 1 file
- 0 forks
- 0 comments
- 0 stars
- @danieljarc danieljarc / testgist.c
- Last active 4 minutes ago
- Test Gist
- int main (int argc, char * argv[]) {
- printf("Hello World\n");
- return 0;
- }
- © 2018 GitHub, Inc.
- Terms
- Privacy
- Security
- Status
- Help
- Contact GitHub
- Pricing
- API
- Training
- Blog
- About
- Press h to open a hovercard with more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement