Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illimag/doc-list
List of Documentation
https://github.com/illimag/doc-list
Last synced: 20 days ago
JSON representation
List of Documentation
- Host: GitHub
- URL: https://github.com/illimag/doc-list
- Owner: Illimag
- Created: 2019-01-05T06:30:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:22:22.000Z (over 4 years ago)
- Last Synced: 2024-05-02T04:49:45.091Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 47.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List of Scripts
### 00. 3_letter_domains
Looks for domains that have three letters. [incomplete]### 01. 17576_names_of_god
Find all combination of letters in AAAAAAA - ZZZZZZZ.### 02. clion_WSL_setup
Instructions and batch file that will install the dependencies to run JetBrain's CLion C/C++ IDE with WSL(Windows Subsystem for Linux).### 03. craigslist_python_web_spider
Python scraper that finds listing based on keyword, searches every city with craigslist.- Rotating User Agents and Proxy Spider
### 04. double_background_and_responsive_images
Two background images overlay and fully web responsive images.### 05. fix_error0x800703fa
An automated script to fix Windows 10 build 1803 error 0x800703fa for Ubuntu 18.04 subsystem.### 06. gregory_leibniz_pi_implementation
Implementation of Gregory Leibniz's formula for calculating for PI.### 07. hello_world_assembly
Simple program that makes the computer say "hello world" with assembly language for 64-bit Linux.### 08. iframe_nav
Single page app type navigation that allows cross DOM selecting, vanilla javascript.### 09. responsive_redirect
Redirects to desktop or mobile versions of index pages depending on screen size.### 10. ubot_studio
Scripts for Ubot Studio### 11. input_output_json_python
How to input and output dict with json files in Python### 12. buy_low_sell_high
Concept trading algorithm### 13. ftp_nat_server
Setting up FTP server and client behind a NAT router.### 14. watchdog
Python dependency that watches for changes in a dir.### 15. aws_ec2_lamp
How to install a lamp server with AWS EC2### 16. ftplib
Python dependency for connecting to FTP server.### 17. domain_with_aws_ec2
Connecting a Domain to an AWS EC2, which is a server instance from Amazon Web Services### 18. multithreading_queues_python
How to implement a queue with multithreads in python### 19. file_lock_threading
File Locking and Unlocking functionality for Windows and Linux in Python.### 20. reading_writing_same_json_file_python
Read and write same json file with python, without closing between actions.### 21. bash_script_automation
Writing bash scripts to automate processes.### 22. python2_3_parallel_system_install
Installing python2 and 3 next to each other in shell.### 23. anaconda_jupyter_notebook
Anaconda, conda, and jupyter Notebook### 24. calling_c_with_r
Calling C files with R### 25. assembly language inlined in C compiled with WASM to run on JavaScript
Experiment to run assembly language in C program compiling to WASM to run on the browser with Javascript### 26. c_javascript_performance_test
Experiment of c compiled with WASM running on nodejs performance compared to vanilla javascript### 27. arch_linux_presistent_storage_bootable_USB
How to create a bootable USB Arch linux OS with presistent storage### 28. arch_linux_network
Connecting to the internet with Arch Linux### 29. vim_set_nocompatible
Changing vim config to allow for arrow key use### 30. arch_linux_packages
Packages for Arch Linux### 31. arch_linux_firewall
Firewall for Arch Linux### 32. arch_linux_install_web_browser
Install various web browsers for Arch Linux### 33. arch_linux_monitor_setting
Arch Linux Monitor Settings### 34. webapp_fullscreen_api
Fullscreen mode API for web apps### 35. soccer_data_analysis
Analysis of soccer data with python, pandas, numpy.### 36. pandas_method_list
A list of methods for Pandas a Python Data Science Library### 37. numpy_methods_list
A list of methods for Numpt a Python Data Science Library### 38. matplotlib_list
A list for matplotlib which is a library to plot data with python.### 39. san_jose_mediumvaluepersqft_all_homes_matplot
Matplotlib graph of the medium value per sq ft of all houses in San Jose.### 40. census_api_request
API request to the US government census website, for each state, median age and average family size.### 41. census_seaborn_scatterplot_regression
Generating a scatterplot with a regression line with seaborn### 42. API_visualization_group_quarters
Generating a stripplot with seaborn, visualizing data from the US Census API of US Juvenile Incarceration per state.### 43. r, rstudio, arch linux os
Installing R Programming Language, R Studio GUI/IDE on Arch linux OS.### 44. create_update-grub
How to create a update-grub shell script.### 45. intel_idle.max_cstate
How to fix a Baytrail complete freeze bug by adding intel_index.max_cstate to the Kernal with grub.### 46. pushing_from_google_cloud_shell
Saying hi from the Google Cloud Shell### 47. EGPU_benchmark_test
Benchmark test for EGPU.### 48. CUDA_programming_model
Overview of CUDA a parallel programming platform by Nvidia### 49. CUDA_CPU_to_GPGPU
Converting a program written for a CPU to a GPGPU### 50. CUDA_benchmark_test
Benchmark test for CUDA### 51. optimize_windows_10
Simple things that make Windows 10 faster out of the box as an end user### 52. git_large_file_storage
Pushing files larger than 50MB with git using lfs dependency.### 53. swipe_movement_card_list
Concepts sketch of horizontal and vertical swipe interactions for cards in a horizontal list.### 54. delft_ai_toolkit
A toolkit to interact with Machine Intellegence.### 55. peppers_cone
A simple way to display 3D objects over a tablet interface.### 56. microsoft_notebook_whiteboard_test
Whiteboard test of the Microsoft Notebook UI Design.### 57. persona_spectrum_limitations
Persona Spectrum Limitations by Microsoft Design.### 58. diagonal_grid
Whiteboard test of a diagonal grid### 59. paragraph_indent_sibling_selector
Overview of paragraph indents in sibling selectors### 60. git_commands
Overview of git commands### 61. cross_platform_font_face
Web cross platform font face styling### 62. wsl1_upgrade_wsl2
How to upgrade to WSL2 with Windows Insider Program### 63. vi_arrow_keys_backspace
Arrow keys and backspace usage on new vi terminal### 64. github_error_400_ssh_key_local_machine_http_request_authentication
Recent Github changes now requiring ssh and rga keys for authentication