Advertisement
jadenquinn

hyrteredgdlolzzzzzrrtyhehfhfd

Sep 28th, 2018
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1.  
  2. Skip to content
  3.  
  4. All gists
  5. GitHub
  6.  
  7. New gist
  8. @jadenquinn
  9.  
  10. Discover gists
  11. All gists
  12. Forked
  13. Starred
  14.  
  15. 1 file
  16. 0 forks
  17. 0 comments
  18.  
  19. 0 stars
  20.  
  21. @wacky-bird wacky-bird / Segmenting_TO_mid.ipynb
  22. Created 2 minutes ago
  23. Created on Cognitive Class Labs
  24.  
  25. 1 file
  26. 0 forks
  27. 0 comments
  28.  
  29. 0 stars
  30.  
  31. @oniietzschan oniietzschan / main.lua
  32. Created 2 minutes ago
  33. io.stdout:setvbuf("no")
  34.  
  35. local text = ''
  36.  
  37. -- !!!
  38. -- This function is identical to the default love.run, except where noted. !!!
  39. -- !!!
  40. function love.run()
  41. if love.load then love.load(love.arg.parseGameArguments(arg), arg) end
  42.  
  43. 1 file
  44. 0 forks
  45. 0 comments
  46.  
  47. 0 stars
  48.  
  49. @AbdXH4K3r AbdXH4K3r / 8kYahooMailist.txt
  50. Created 2 minutes ago
  51. 8kYahooMailist.txt
  52. Jesse68yahoo.co.uk
  53. Robinson68yahoo.co.uk
  54.  
  55. 1 file
  56. 0 forks
  57. 0 comments
  58.  
  59. 0 stars
  60.  
  61. @initrd initrd / did.sh
  62. Created 2 minutes ago
  63. did - a function to keep track of little things/ktlo
  64. # $ did Cleanup references to old hosts
  65. # Tweaked from https://github.com/stevenschmatz/did/blob/master/did.sh
  66. did() {
  67. FILE_PATH=~/did.md
  68. DATE=`date +"# %d %B %Y (%A)"`
  69.  
  70. # Try to see if date was already written to file
  71. grep "$DATE" $FILE_PATH > /dev/null
  72. status=$?
  73.  
  74. 1 file
  75. 0 forks
  76. 0 comments
  77.  
  78. 0 stars
  79.  
  80. @MaximSid11 MaximSid11 / poly_from_atoms.ipynb
  81. Created 2 minutes ago
  82. create polymers from atoms
  83.  
  84. 1 file
  85. 0 forks
  86. 0 comments
  87.  
  88. 0 stars
  89.  
  90. @bibekg bibekg / react-schedule-selector-advanced.js
  91. Created 3 minutes ago
  92. import ScheduleSelector from 'react-schedule-selector'
  93.  
  94. class App extends React.Component {
  95. state = { schedule = [] }
  96.  
  97. handleChange = newSchedule => {
  98. this.setState({ schedule: newSchedule })
  99. }
  100.  
  101. renderCustomCell = (time, selected, innerRef) => <div ref={innerRef}>{selected ? ✅ : ❌}</div>
  102.  
  103. 1 file
  104. 0 forks
  105. 0 comments
  106.  
  107. 0 stars
  108.  
  109. @adinakatz adinakatz / hello_world
  110. Created 3 minutes ago
  111. hello_world_vis
  112. looker.plugins.visualizations.add({
  113. // Id and Label are legacy properties that no longer have any function besides documenting
  114. // what the visualization used to have. The properties are now set via the manifest
  115. // form within the admin/visualizations page of Looker
  116. id: "hello_world",
  117. label: "Hello World",
  118. options: {
  119. font_size: {
  120. type: "string",
  121. label: "Font Size",
  122.  
  123. 1 file
  124. 0 forks
  125. 0 comments
  126.  
  127. 0 stars
  128.  
  129. @amandatavares amandatavares / mips.asm
  130. Created 3 minutes ago
  131. .data
  132. array: .word 10,9,8,7,6,5,4,3,2,1
  133. contador: .word 0,0,9,0,0,0 # i, j,max i /j, reset i, aux,aux
  134.  
  135. .text
  136. .globl main
  137. main:
  138. #salvando o array e variáveis uteis em seus locais
  139. la $s0, array
  140. la $s1, contador
  141.  
  142. 1 file
  143. 0 forks
  144. 0 comments
  145.  
  146. 0 stars
  147.  
  148. @coyoterccr coyoterccr / Ejercicios_casa.py
  149. Created 4 minutes ago
  150. # print ("En el Ñagara")
  151. #a, b, c = "String", 15, True
  152. #print(a)
  153. #print(b)
  154. #print(c)
  155.  
  156. mi_tupla = ("Hola mundo", 2011)
  157. texto, ano = mi_tupla
  158. print(texto)
  159. print(ano)
  160.  
  161. 1 file
  162. 0 forks
  163. 0 comments
  164.  
  165. 0 stars
  166.  
  167. @danieljarc danieljarc / testgist.c
  168. Last active 4 minutes ago
  169. Test Gist
  170. int main (int argc, char * argv[]) {
  171. printf("Hello World\n");
  172. return 0;
  173. }
  174.  
  175. © 2018 GitHub, Inc.
  176. Terms
  177. Privacy
  178. Security
  179. Status
  180. Help
  181.  
  182. Contact GitHub
  183. Pricing
  184. API
  185. Training
  186. Blog
  187. About
  188.  
  189. Press h to open a hovercard with more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement