Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
- gcc
""" | |
Download all ClassDojo photos and videos in your timeline. | |
by kecebongsoft | |
How it works: | |
1. Fetch list of items in the timeline, if there are multiple pages, it will fetch for all pages. | |
2. Collect list of URLs for the attachment for each item | |
3. Download the files into local temporary directory, and also save the timeline activity as a json file. |
from itertools import permutations | |
print '\n'.join(['%s?' % ' '.join(s) for s in permutations("kamu mau makan malam apa".split())]) | |
""" | |
>>> | |
kamu mau makan malam apa? | |
kamu mau makan apa malam? | |
kamu mau malam makan apa? | |
kamu mau malam apa makan? | |
kamu mau apa makan malam? |
Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
"""It's a hack for solr backend to apply django-style random ordering | |
with '?'. Change haystack/backends/solr_backend.py | |
""" | |
# .. Somewhere in the beginning | |
import random | |
# .. Somewhere in :638, replace content of for-loop into these: | |
if order_by.startswith('-'): | |
order_by_list.append('%s desc' % order_by[1:]) | |
elif order_by.startswith('?'): |
# There was a day where I have too many color schemes in iTerm2 and I want to remove them all. | |
# iTerm2 doesn't have "bulk remove" and it was literally painful to delete them one-by-one. | |
# iTerm2 save it's preference in ~/Library/Preferences/com.googlecode.iterm2.plist in a binary format | |
# What you need to do is basically copy that somewhere, convert to xml and remove color schemes in the xml files. | |
$ cd /tmp/ | |
$ cp ~/Library/Preferences/com.googlecode.iterm2.plist . | |
$ plutil -convert xml1 com.googlecode.iterm2.plist | |
$ vi com.googlecode.iterm2.plist |
class BananaModelSerializer(object): | |
@property | |
def errors(self): | |
err = super(BananaModelSerializer, self).errors | |
if err: | |
new_err = dict( detail='validation error', code='validation-error', errors=err,) | |
return new_err |
<div id='mobile'>{% load inquiry_inline %} | |
<div style='text-align:center' align='center'> | |
<img src='https://dk0kblssebjoq.cloudfront.net/media/picture/2013/09/17/logo.png'> | |
<div class='banner1-heading lightblue2'>KEUNGGULAN NILAI UNIVERSITY</div> | |
<ul class='checkmarklist'> | |
<li><span> </span>Universitas dengan peringkat 5 (Excellent) <br /> oleh badan SETARA, Malaysia.</li> | |
<li><span> </span>Kolaborasi dengan Universitas International</li> | |
<li><span> </span>Fasilitas dengan standard International</li> | |
<li><span> </span>Suasana Global dengan mahasisawa internasional <br /> yang berasal dari lebih 50 negara</li> | |
</ul> |
b73s9c8310cb |
aisah,leadershipresources_aisah | |
alpa,leadershipresources_alpa | |
ana,leadershipresources_ana | |
anand,leadershipresources_anand | |
annie,leadershipresources_annie | |
asnija,leadershipresources_asnija | |
babu,leadershipresources_babu | |
bounces,leadershipresources_bounces | |
bugh,leadershipresources_bugh | |
chong,leadershipresources_chong |