This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathtools.html
455 lines (440 loc) · 25 KB
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74296045-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-74296045-6');
function toggleDropDown() {
document.getElementById("dropdownMenu").classList.toggle("show-dropdown");
}
</script>
<!--stats script-->
<script src="scripts/stats.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="description" content="This is a static website serving as a beginner friendly project to help developers get started with hacktoberfest-Gateway to open source.">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- Github follow button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="./css/tools.css">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/navbar.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css">
<link rel="stylesheet" href="css/explosion.css">
<link rel="stylesheet" href="css/hover.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!--favicon-->
<link rel="shortcut icon" href="./images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/site.webmanifest">
<link rel="mask-icon" href="./images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>!!HACKTOBERFEST 2018!! - Tools</title>
</head>
<body class="index">
<!--Chris aka NinjaDuck/Ducky was here-->
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top shadow-sm">
<a class="navbar-brand" href="/">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve" role="img"
aria-labelledby="dyn2wm4vin1xgraye3ggy9kf12oaz8a" class="header__logo" width="50px" height="50px">
<title id="dyn2wm4vin1xgraye3ggy9kf12oaz8a">Hacktoberfest</title>
<style type="text/css">
.st0 {
fill: #FF0844;
}
</style>
<path class="st0" d="M0.7,0.7v298.7h298.7V0.7H0.7z M197.8,271.4l-32-32v-95.6l-31.4,31.4v79l-17.3,17.3L99.8,254V70.4L95,65.6 L73,87.7L61.7,76.5l47.8-47.8l0.1,0.1l0,0l1.9,1.8l22.8,22.8V136l31.4-31.4V70.2L150,54.4l25.8-25.8l24.7,24.7v169.1l12.1,12.1 l14.7-14.7l11.1,11.1L197.8,271.4z"></path>
</svg>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto" id="menu">
<!-- Menu -->
</ul>
</div>
</nav>
<section class='content-tables'>
<div class="container">
<div id="header">
<h1>Tools</h1>
<p class="ml-3">This space has new tools for beginners to start their Hacktoberfest Projects.</p>
<!--p class="ml-3">This space is intended to give new tools to beginners to start their Hacktoberfest.</p-->
</div>
<!--if you add any materials please find the catagory and add to the end of that
table using this format:
<tr>
<td> enter name and link</td>
<td> enter what OS or platform, if used</td
<td> enter the purpose of the material</td>
<td> enter any additional notes</td>
</tr-->
<div id="content">
<h2 class="mt-4">Text Editors</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>OS/Platform</th>
<th>Purpose</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td> <a href="https://www.sublimetext.com/">Sublime Text</a> </td>
<td>Windows / Mac / Linux</td>
<td> A cross-platform where to edit sorce code </td>
<td> Supports many languages, functions can be added with plugins </td>
</tr>
<tr>
<td><a href="http://brackets.io/">Brackets</a></td>
<td>Windows / Mac / Linux</td>
<td>Good multi-purpose text editor</td>
<td>Bit like N++, but more beautiful, simple and multi-platform</td>
</tr>
<tr>
<td>
<a href="https://www.jetbrains.com/webstorm/">WebStorm</a>
</td>
<td>Windows / Mac / Linux</td>
<td>Powerful JavaSript IDE</td>
<td>Paid program but free for students</td>
</tr>
<tr>
<td><a href="https://notepad-plus-plus.org/">Notepad++</a></td>
<td>Windows / Mac</td>
<td>Good multi-purpose text editor</td>
<td>Has some powerful plugins</td>
</tr>
<tr>
<td><a href="http://www.aptana.com/">Aptana</a></td>
<td>Windows / Mac / Linux</td>
<td>Web Development IDE</td>
<td>Powerful open source web development IDE</td>
</tr>
<tr>
<td><a href="https://atom.io/">Atom</a></td>
<td>Windows / Mac / Linux</td>
<td>A hackable text editor</td>
<td>Open source. Designed to be deeply customizable. Has support for
plugins written in Node.js, and
embedded Git Control.</td>
</tr>
<tr>
<td><a href="https://code.visualstudio.com/download">Visual Studio Code</a></td>
<td>Windows / Mac / Linux</td>
<td>Light weight Text Editor</td>
<td>100+ powerful plugins with Git and Version Control Capabilities</td>
</tr>
<tr>
<td><a href="https://macromates.com/">TextMate</a></td>
<td>Mac</td>
<td>Light weight Text Editor</td>
<td>Powerful and customizable text editor with support for a huge list of programming
languages
and developed as open source.</td>
</tr>
<tr>
<td><a href="https://www.vim.org/">Vim</a></td>
<td>Mac / Unix</td>
<td>Light weight text editor that can run on unix terminal</td>
<td>Vim is a highly configurable text editor for efficiently creating and changing any kind
of
text. It is included as "vi" with most UNIX systems and with Apple OS X. </td>
</tr>
<tr>
<td><a href="https://www.nano-editor.org/">GNU nano</a></td>
<td>Mac / Unix</td>
<td>Light weight text editor that can run on unix terminal</td>
<td>GNU nano is a text editor for Unix-like computing systems or operating environments using a command line interface. It emulates the Pico text editor, part of the Pine email client, and also provides additional
functionality.</td>
</tr>
<tr>
<td><a href="http://spacemacs.org/">Spacemacs</a></td>
<td>Windows / Mac / Linux</td>
<td>A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!</td>
<td>Spacemacs is a new way to experience Emacs a sophisticated and polished set-up focused on ergonomics, mnemonics and consistency. Spacemacs can be used naturally by both Emacs and Vim users you can even mix the two
editing styles.</td>
</tr>
<tr>
<td><a href="https://en.wikipedia.org/wiki/Microsoft_Notepad">Microsoft Notepad</a></td>
<td>Windows</td>
<td>
Notepad is a simple text editor for Microsoft Windows.
It has been included in all versions of Microsoft Windows since Windows 1.0 in 1985.
</td>
<td>
Press the key combination <kbd>Windows</kbd> + <kbd>R</kbd> and type <code>notepad</code> to start your development of a new program.
</td>
</tr>
</tbody>
</table>
<h2 class="mt-4">Must have editor/IDE extensions</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>Support</th>
<th>Description</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td> <a href="https://wallabyjs.com/">Wallaby.js</a> </td>
<td>JetBrains, VS Code, Visual Studio, Sublime, Atom</td>
<td>Integrated continuous testing tool for JavaScript. It runs your tests immediately as you change your code </td>
<td>Boosts your productivity like crazy! Easy to setup </td>
</tr>
<tr>
<td><a href="http://quokkajs.com/">Quokka.js</a></td>
<td>JetBrains, VS Code, Visual Studio, Sublime, Atom</td>
<td>Rapid prototyping playground for JavaScript and TypeScript</td>
<td>Like Wallaby, but for playing around with javascript/typescript</td>
</tr>
<tr>
<td><a href="http://prettier.io//">Prettier</a></td>
<td>Atom, Emacs, Espresso, SublimeText, Vim, VS Code, Visual Studio, WebStorm</td>
<td>An opinionated code formatter</td>
<td>Formats your code when you save the file. Works great with many languages and frameworks!</td>
</tr>
<tr>
<td><a href="https://github.com/vuejs/vetur">Vetur</a></td>
<td>VS Code</td>
<td>Vue tooling for VS Code</td>
<td>Syntax-highlighting, Snippets, Emmet, Linting, Formatting, AutoCompletion for Vue.js files!</td>
<td><a href="https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare">VS Live Share</a></td>
<td>Real-time collaborative development from the comfort of your favorite tools.</td>
<td>Visual Studio Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages you're using or app types you're building. It allows you to instantly (and securely) share your current project, and then as needed, share debugging sessions, terminal instances, localhost web apps, voice calls, and more!</td>
</tr>
</tbody>
</table>
<h2 class="mt-4">Markdown Editors</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>OS/Platform</th>
<th>Purpose</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td><a href="https://dillinger.io">Dillinger</a></td>
<td>Web</td>
<td>Online Markdown Editor. The Last Markdown Editor ever.</td>
<td>Useful for editing markdown files with live preview and Dropbox,Github and Medium Intergration!</td>
</tr>
<tr>
<td><a href="https://www.inkdrop.info">Inkdrop</a></td>
<td>Mac / Linux / Windows / Android / Linux</td>
<td>The Note-Taking App for Markdown Lovers.</td>
<td>Jot down your daily hacking endeavors.</td>
</tr>
</tbody>
</table>
<h2 class="mt-4">DB CLI Clients</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>OS/Platform</th>
<th>Purpose</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/dbcli/pgcli">PgCLI</a></td>
<td>Mac / Linux</td>
<td>Postgres CLI with autocompletion and syntax highlighting</td>
<td>Useful for working with PostgreSQL</td>
</tr>
<tr>
<td><a href="https://github.com/dbcli/mycli">MyCLI</a></td>
<td>Mac / Linux</td>
<td>A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.</td>
<td>Useful for working with MySQL</td>
</tr>
</tbody>
</table>
<h2 class="mt-4">FTP Clients</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>OS/Platform</th>
<th>Purpose</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td><a href="https://winscp.net/">WinSCP</a></td>
<td>Windows</td>
<td>Free, open source ftp client</td>
<td>Has support for PuTTY</td>
</tr>
<tr>
<td><a href="https://filezilla-project.org/">FileZilla</a></td>
<td>Windows / Mac / Linux</td>
<td>The free FTP solution for both client and server</td>
<td>Most popular</td>
</tr>
</tbody>
</table>
<h2 class="mt-4">GIT</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>OS/Platform</th>
<th>Purpose</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td><a href="https://www.sourcetreeapp.com/">SourceTree</a></td>
<td></td>
<td>GIT GUI</td>
<td>Good for beginners</td>
</tr>
<tr>
<td><a href="https://www.gitkraken.com/">GitKraken</a></td>
<td>Windows / Mac / Linux</td>
<td>GUI for GIT</td>
<td>Fancy GIT GUI for Windows, Mac and Linux. Free to Use</td>
</tr>
<tr>
<td><a href="http://dahlbyk.github.io/posh-git/">posh-git</a></td>
<td>Windows</td>
<td>A PowerShell environment for Git</td>
<td>PoshGit provides a better way to interact with git on Windows using Powershell. With
Tab
Completion (yay!).</td>
</tr>
<tr>
<td><a href="https://desktop.github.com/">Github Desktop</a></td>
<td>Windows / Mac</td>
<td>GIT GUI</td>
<td>Good for beginners/intermediate user.</td>
</tr>
<tr>
<td><a href="https://www.iterm2.com/">iTerm2</a></td>
<td>Mac</td>
<td>Terminal replacement</td>
<td>Much better than the stock MacOS terminal</td>
</tr>
<tr>
<td><a href="https://git-fork.com/">Fork</a></td>
<td>Windows / Mac</td>
<td>GIT Gui Client</td>
<td>A fast and friendly git client for Mac and Windows</td>
</tr>
<tr>
<td><a href="https://education.github.com/git-cheat-sheet-education.pdf">Git Cheat Sheet</a></td>
<td></td>
<td>List of commands for Git and how to use Git. </td>
<td></td>
</tr>
<tr>
<td><a href="https://www.git-tower.com/">Tower</a></td>
<td>Windows / Mac</td <td>GIT GUI</td>
<td>Powerful Git Client</td>
</tr>
</tbody>
</table>
<h2 class="mt-4">Miscellaneous</h2>
<table class="table table-bordered table-sm">
<thead class="table-header">
<th>Name</th>
<th>OS/Platform</th>
<th>Purpose</th>
<th>Notes</th>
</thead>
<tbody>
<tr>
<td><a href="https://bear.app/">Bear</a></td>
<td>Mac</td>
<td>Write notes on iPhone, iPad, and Mac </td>
<td>Flexible writing app for crafting notes and prose.</td>
</tr>
<tr>
<td><a href="https://devdocs.io/">DevDocs</a></td>
<td>All (webapp)</td>
<td>Combines many API documentations in a fast, organized, and searchable interface.</td>
<td>There are many extensions for editors/IDEs to open devdocs with the current selected keyword.</td>
</tr>
<tr>
<td><a href="http://issuehub.io/">Issuehub</a></td>
<td>All (webapp)</td>
<td>A useful tool for finding open source Github issues</td>
<td>Useful for all levels of programmers</td>
</tr>
<tr>
<td><a href="https://www.lastpass.com">LastPass</a></td>
<td>All (webapp)</td>
<td>Password Manager</td>
<td>With great coding power comes great responsibility for different systems. Manage easily your access credentials.</td>
</tr>
<tr>
<td><a href="https://www.putty.org/">PuTTY</a></td>
<td>Windows</td>
<td>Tool for opening a SSH shell</td>
<td>When done coding you usually need somewhere to deploy, PuTTY is a fantastic tool for opening a SSH shell on a windows machine. Its fast, simple and best of all, open source.</td>
</tr>
<tr>
<td><a href="https://www.getpostman.com/">Postman</a></td>
<td>Windows / Mac / Linux</td>
<td>API Testing Tool</td>
<td>An API development environment for web-based APIs.</td>
</tr>
<tr>
<td> <a href="https://developer.apple.com/xcode/ide/">Xcode IDE</a> </td>
<td> Mac </td>
<td> A powerful IDE exclusive to macOS </td>
<td> Used mainly for building apps within the Apple ecosystem </td>
</tr>
</tbody>
</table>
<br>
</div>
</div>
</section>
<div class="jumbotron jumbotron-transparent">
<div class="jumbotron jumbotron-transparent social-media-section">
<div class="container">
<div class="row">
<div class="col-md-12 mx-auto text-center">
Follow us at
<a href="https://twitter.com/lingonsaft1" target="_blank" class="fab fa-fw fa-twitter fa-2x hvr-bob"></a>
<a href="https://www.instagram.com/lingonsaftofficial/" target="_blank" class="fab fa-fw fa-instagram fa-2x hvr-bob"></a>
<a href="https://youtube.com/lingonsaft" target="_blank" class="fab fa-fw fa-youtube fa-2x hvr-bob"></a>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-md-12 mx-auto text-center">
<p>Made with <img id="love" src="./images/heart.png" alt="heart icon" width="25px"> & <span style="font-size: 22px;"></></span></p>
</div>
</div>
</div>
</div>
</div>
<script src="./scripts/menu.js"></script>
</body>
</html>