I hereby claim:
- I am shulhan on github.
- I am shulhan (https://keybase.io/shulhan) on keybase.
- I have a public key ASAL1iV7yVa9XFWB8juB67AbBPprAuOAhKN0ZtYeyWqeRAo
To claim this, I am signing this object:
| syntax enable | |
| set number | |
| set textwidth=77 | |
| set dir=~/Downloads/ | |
| set spellfile=~/.vim/spellfile.add | |
| set nohidden | |
| "" maximum number of tab opened | |
| set tabpagemax=30 | |
| set fileformats=unix | |
| " set spell |
| // Ext.ux.panel.UploadPanel for ExtJs 4 + plupload | |
| // Source: http://www.thomatechnik.de/webmaster-tools/extjs-plupload/ | |
| // Based on: http://www.sencha.com/forum/showthread.php?98033-Ext.ux.Plupload-Panel-Button-%28file-uploader%29 | |
| // Please link to this page if you find this extension usefull | |
| // Version 0.2 | |
| // @authors: | |
| // - mhd sulhan ([email protected]) | |
| Ext.define ('Ext.ux.panel.UploadPanel', | |
| { |
| _pkgname=youtube-dl | |
| pkgname=${_pkgname}-git | |
| pkgver=1653 | |
| pkgrel=1 | |
| pkgdesc='Small command-line program to download videos from YouTube.com and other video sites' | |
| arch=('i686' 'x86_64') | |
| url="http://rg3.github.com/${_pkgname}" | |
| license=('custom') | |
| depends=('python2') | |
| #makedepends=('git' 'zip' 'sed' 'haskell-pandoc') |
| Buildfile: /home/ms/git/pentaho.com/pentaho-platform/assembly/assembly.xml | |
| clean-tests: | |
| cobertura.clean-instrumented-classes: | |
| cobertura.clean-coverage-reports: | |
| clean-cobertura: | |
| clean-sonar: | |
| clean-javadoc: | |
| clean-dist: | |
| clean: | |
| [delete] Deleting directory /home/ms/git/pentaho.com/pentaho-platform/assembly/bin |
| package main | |
| import ( | |
| "github.com/pkg/profile" | |
| ) | |
| var n = 100000 | |
| func SumByIndex(n int) (sum int) { | |
| sliceint := make([]int, n) |
| package main | |
| import ( | |
| "github.com/pkg/profile" | |
| ) | |
| var n = 100000 | |
| func SumByElm(n int) (sum int) { | |
| sliceint := make([]int, n) |
| package test | |
| import ( | |
| "testing" | |
| ) | |
| var sum int | |
| func sumByIndex(n int) (sum int) { | |
| sliceint := make([]int, n) |
| ## | |
| ## Directive for Ansible playbook. | |
| ## | |
| ## This directive will parse all the top comment on playbook and use it as | |
| ## content in documentation, and display the rest of it as a script. | |
| ## | |
| ## Installation, | |
| ## - copy the script to your sphinx `doc` directory | |
| ## - enable local extension in `conf.py` | |
| ## |
| from __future__ import absolute_import | |
| from __future__ import print_function | |
| from buildbot.www.hooks.base import BaseHookHandler | |
| import logging | |
| class MattermostHandler(BaseHookHandler): | |
| def __init__(self, master, options): | |
| if options is None: |
I hereby claim:
To claim this, I am signing this object: