Advertisement
jadenquinn

hyrteredgdlolzzzzzrrtyhehfhfd

Sep 28th, 2018
371
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. George1439@yahoo.com
  53. Henrie1439@yahoo.com
  54. Viola138@yahoo.com
  55. Salazar138@yahoo.com
  56. Jesse68yahoo.co.uk
  57. Robinson68yahoo.co.uk
  58. Margaret1077@yahoo.com
  59. Araujo1077@yahoo.com
  60. Evelyn1218@yahoo.com
  61. Mcgee1218@yahoo.com
  62.  
  63. 1 file
  64. 0 forks
  65. 0 comments
  66.  
  67. 0 stars
  68.  
  69. @initrd initrd / did.sh
  70. Created 2 minutes ago
  71. did - a function to keep track of little things/ktlo
  72. # $ did Cleanup references to old hosts
  73. # Tweaked from https://github.com/stevenschmatz/did/blob/master/did.sh
  74. did() {
  75. FILE_PATH=~/did.md
  76. DATE=`date +"# %d %B %Y (%A)"`
  77.  
  78. # Try to see if date was already written to file
  79. grep "$DATE" $FILE_PATH > /dev/null
  80. status=$?
  81.  
  82. 1 file
  83. 0 forks
  84. 0 comments
  85.  
  86. 0 stars
  87.  
  88. @MaximSid11 MaximSid11 / poly_from_atoms.ipynb
  89. Created 2 minutes ago
  90. create polymers from atoms
  91.  
  92. 1 file
  93. 0 forks
  94. 0 comments
  95.  
  96. 0 stars
  97.  
  98. @bibekg bibekg / react-schedule-selector-advanced.js
  99. Created 3 minutes ago
  100. import ScheduleSelector from 'react-schedule-selector'
  101.  
  102. class App extends React.Component {
  103. state = { schedule = [] }
  104.  
  105. handleChange = newSchedule => {
  106. this.setState({ schedule: newSchedule })
  107. }
  108.  
  109. renderCustomCell = (time, selected, innerRef) => <div ref={innerRef}>{selected ? ✅ : ❌}</div>
  110.  
  111. 1 file
  112. 0 forks
  113. 0 comments
  114.  
  115. 0 stars
  116.  
  117. @adinakatz adinakatz / hello_world
  118. Created 3 minutes ago
  119. hello_world_vis
  120. looker.plugins.visualizations.add({
  121. // Id and Label are legacy properties that no longer have any function besides documenting
  122. // what the visualization used to have. The properties are now set via the manifest
  123. // form within the admin/visualizations page of Looker
  124. id: "hello_world",
  125. label: "Hello World",
  126. options: {
  127. font_size: {
  128. type: "string",
  129. label: "Font Size",
  130.  
  131. 1 file
  132. 0 forks
  133. 0 comments
  134.  
  135. 0 stars
  136.  
  137. @amandatavares amandatavares / mips.asm
  138. Created 3 minutes ago
  139. .data
  140. array: .word 10,9,8,7,6,5,4,3,2,1
  141. contador: .word 0,0,9,0,0,0 # i, j,max i /j, reset i, aux,aux
  142.  
  143. .text
  144. .globl main
  145. main:
  146. #salvando o array e variáveis uteis em seus locais
  147. la $s0, array
  148. la $s1, contador
  149.  
  150. 1 file
  151. 0 forks
  152. 0 comments
  153.  
  154. 0 stars
  155.  
  156. @coyoterccr coyoterccr / Ejercicios_casa.py
  157. Created 4 minutes ago
  158. # print ("En el Ñagara")
  159. #a, b, c = "String", 15, True
  160. #print(a)
  161. #print(b)
  162. #print(c)
  163.  
  164. mi_tupla = ("Hola mundo", 2011)
  165. texto, ano = mi_tupla
  166. print(texto)
  167. print(ano)
  168.  
  169. 1 file
  170. 0 forks
  171. 0 comments
  172.  
  173. 0 stars
  174.  
  175. @danieljarc danieljarc / testgist.c
  176. Last active 4 minutes ago
  177. Test Gist
  178. int main (int argc, char * argv[]) {
  179. printf("Hello World\n");
  180. return 0;
  181. }
  182.  
  183. © 2018 GitHub, Inc.
  184. Terms
  185. Privacy
  186. Security
  187. Status
  188. Help
  189.  
  190. Contact GitHub
  191. Pricing
  192. API
  193. Training
  194. Blog
  195. About
  196.  
  197. Press h to open a hovercard with more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement