-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #215 from igemnace/vim-multiply-ints
Vim multiply ints
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,6 +239,11 @@ Place: Varanasi, India | |
Coding Experience:Python, C, CPP | ||
Email: [email protected] | ||
|
||
Name: [Ian Emnace](https://github.com/igemnace) <br/> | ||
Place: Quezon City, Philippines <br/> | ||
Coding Experience: Software development in Javascript, in browser and with Node.js. Projects in React/React Native, Vue. Toolbox primarily includes Vim scripts, Unix shell, and miscellaneous Python/Perl/Ruby programs. <br/> | ||
Email: [email protected] <br/> | ||
|
||
Name: [Matan Kotler-Berkowitz](https://github.com/matankb) </br> | ||
Place: Massachusetts, USA </br> | ||
Coding Experience: JavaScript, HTML, CSS, Java, OCaml</br> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
let Multiply = {a, b -> len(repeat(repeat('i', a), b))} |