This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"log" | |
"os/exec" | |
) | |
func main() { | |
data := make([]byte, 1024*512) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
items = [1, 2, 3] | |
while items: | |
item = items.pop(0) | |
print('Processing item: {}'.format(item)) | |
tries = 0 | |
while tries < 4: | |
try: | |
raise Exception('My Exception') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
urls = [1, 2, 3] | |
def main(): | |
while urls: | |
item = urls.pop(0) | |
print('Processing item: {}'.format(item)) | |
tries = 0 | |
while tries < 4: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
urls = [1, 2, 3] | |
def process(url): | |
print(url) | |
def main(): | |
while urls: | |
item = urls.pop(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$width: 260px; | |
@for $i from 1 through 50 { | |
$min-width: ($width * $i) + 10px; | |
$max-width: ($width * ($i + 1)) + 10px; | |
$min-width: if(($min-width + 260px) >= $sidebar-breakpoint, $min-width + 260px, $min-width); | |
$max-width: if(($max-width + 260px) >= $sidebar-breakpoint, $max-width + 260px, $max-width); | |
$item-width: 100% / $i; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import wx | |
class GeneralPage(wx.StockPreferencesPage): | |
def CreateWindow(self, parent): | |
panel = wx.Panel(parent) | |
panel.SetMinSize((600, 300)) | |
sizer = wx.BoxSizer(wx.VERTICAL) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x09a2bFf33B3c6EB190EcF8eeDf26364e26bf7AA6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload 7f998dde58da11b9 | |
address 86646-64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payment id: f72f1f2ec95e68e7a38b87d6502226be41e299e5e090a5695111fb2d421b5567 | |
address: 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGRoyZk3ES1s1V4QVcB |