Mail us : boss@infotinks.com

infotinks

My Notes, Articles & Guides for Linux, Windows and Networking.

Menu

Skip to content
  • Contact
  • Volga Volga Massage 4 Utah Visitors
  • Donate
  • All Articles
  • Article Catalog
  • Info
  • Welcome

Category Archives: Programming

infotinks > Article Catalog > Programming
09Dec/22

Full Path Json With Node.JS and Python

2022-12-09Linux, Programmingkossboss

NOTE: This article presents 3 scripts. Scroll to the section “Full Path Json with Python (Better – version 2)” at the bottom for the best one. Sometimes JSON files are nested soRead More…

Leave a comment
24Feb/22

How To Regex With Grep And Solve Wordle Puzzles

2022-02-24Programmingkossboss

Wordle is an interesting 5 letter word puzzle game. To learn how to play it just watch the first video link below. To cheat thru it with regex, first, get the allowed_wordsRead More…

View all 2 comments
28May/21

Python creating your own range() function with yield

2021-05-28Programmingkossboss

Generator functions allow for yielding which is an important skill to have when you are becoming advanced with python. It basically allows creating lists but not caring about the whole list, onlyRead More…

Leave a comment
16Mar/21

WebEx – Simple Python Script To Find Room By Name and Send Message To It

2021-03-16Programmingkossboss

This is a simple python script which uses the WebEx API. WebEx is a chat system created by Cisco. However its alot more then just that, its full on collaboration tool thatRead More…

Leave a comment
11Dec/20

rhood – robinhood portfolio analysis tool (better net profits per symbol)

2020-12-11Programmingcrypto, options, portfolio, profit, robinhood, stockskossboss

Github: https://github.com/bhbmaster/rhood <- download location. install & run instructions. Using the robin-stocks python module, I created my own robinhood portfolio analyzer called rhood. It parses all of your Robinhood account information providedRead More…

Leave a comment
17Nov/20

Create Github Repo On The Go From The Shell – Github API

2020-11-17Programmingkossboss

Sometimes you start coding something and you don’t yet realize if it will be a project worth sharing on github. We don’t always think about this as we begin coding. This isRead More…

View all 2 comments
29Oct/20

Python + Guitar + All Notes

2020-10-29Music, Programmingkossboss

I came across this medium article about python and guitar strings and plotting scales. It has an interesting Jupyter notebook to work with, allowing to plot scales for all of the chords.Read More…

Leave a comment
23Oct/20

Python remove duplicates similar to bash uniq + sort

2020-10-23Linux, Programmingkossboss

# citing: https://www.reddit.com/r/Python/comments/jfx7wy/how_to_quickly_remove_duplicates_from_a_list/ # Let’s make some duplicates (one million numbers between 1 and 100) from random import randrange DUPLICATES = [ randrange(100) for _ in range(1_000_000) ] ### METHOD 1 ###Read More…

Leave a comment
16Mar/20

Coronavirus Covid19 Dashboard

2020-03-16Programming, Web Developingkossboss

A Coronavirus COVID-19 dashboard for the world and each country created by me. There are y-axis-logarithmic plots and y-axis-normal plots. Additionally, there are plots for every state/province/territory for the US and CanadaRead More…

Leave a comment
14Feb/16

Multiple ways to pass arguments to Python

2016-02-14Programmingkossboss

Below is examples of passing arguments to python via regular argument assignment, and tuples and *tuples, and dictionaries and **dictionaries. Here is my gist link for it: https://gist.github.com/anonymous/271d6160cdd90a482b40 (older) Not covering all methods (forRead More…

Leave a comment

Posts navigation

  • 1
  • 2
  • 3
  • Next »

Popular Links

* COVID19 CORONAVIRUS DASHBOARD
A python powered covid19 dashboard. Stats are updated daily. Uses plotly for the plots. Can view normal scale plot or logarithmic scale plots. Github code available inside.

* RHOOD - ROBINHOOD PROFITS
A robin_stocks API powered python script that parses your Robinhood account to provide you with all information in a single text output. Mainly, it parses all of your orders and outputs sorted orders, open positions, informative profits, dividend information.

* XRAID/RAID CALCULATOR
Use this calculator to find final useable filesystem size of a RAID array. This calculator works for the ReadyNAS and ReadyDATA. Also for any ZFS volumes and any MDADM volumes: RAID0,1,10,50,60 with any number of vdevs (RAIDz3 not included).

* NETGEAR RAID CONFIGURATOR
While employed at Netgear, I wrote the logic behind this calculator. Netgear noticed the popularity of my XRAID/RAID calculator and asked me to help dev up the javascript logic.

* ALL GUITAR NOTES USING PYTHON
Python exercise showing how to graph all of the notes on a guitar. Shows the note of every fret of each string.

Users

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Activity Calendar

February 2023
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728  
« Dec    

Recent Posts

  • Full Path Json With Node.JS and Python 2022-12-09
  • Tmux Mouse Mode Support + Terminal Apps Support Across OS 2022-10-24
  • Colored Shell For Easier Reading With Lolcat 2022-09-02
  • Wifi Password Cracking On AWUS036ACS and QGOO 1750 Mbps on Ubuntu 2022-08-17
  • Bash Trick To Split on Null or Zero Byte 2022-08-14

Archives

  • December 2022 (1)
  • October 2022 (1)
  • September 2022 (1)
  • August 2022 (3)
  • July 2022 (2)
  • May 2022 (2)
  • March 2022 (3)
  • February 2022 (1)
  • May 2021 (1)
  • March 2021 (3)
  • December 2020 (1)
  • November 2020 (3)
  • October 2020 (2)
  • June 2020 (2)
  • March 2020 (1)
  • January 2020 (1)
  • December 2019 (1)
  • July 2019 (1)
  • April 2019 (4)
  • April 2018 (1)
  • January 2018 (1)
  • December 2017 (1)
  • November 2017 (1)
  • May 2017 (2)
  • October 2016 (1)
  • September 2016 (4)
  • August 2016 (3)
  • June 2016 (1)
  • May 2016 (4)
  • April 2016 (5)
  • March 2016 (8)
  • February 2016 (8)
  • January 2016 (8)
  • December 2015 (5)
  • November 2015 (3)
  • October 2015 (8)
  • September 2015 (14)
  • August 2015 (4)
  • July 2015 (5)
  • June 2015 (7)
  • May 2015 (9)
  • April 2015 (8)
  • March 2015 (12)
  • February 2015 (5)
  • January 2015 (6)
  • December 2014 (14)
  • November 2014 (9)
  • October 2014 (7)
  • September 2014 (4)
  • August 2014 (14)
  • July 2014 (10)
  • June 2014 (18)
  • May 2014 (29)
  • April 2014 (14)
  • March 2014 (6)
  • February 2014 (22)
  • January 2014 (226)

Categories

  • Linux
  • Linux and Windows
  • Windows
  • Netgear
  • Networking
  • Routing
  • Switching
  • VPN
  • Wireless
  • Programming
  • Web Developing
  • Other
  • Uncategorized

A work by: infotinks

-- PMA --
-- Frag Plots + Table --
-- Next Episode To Watch --

The greats say

"Life is like riding a bicycle. To keep your balance, you must keep moving" - Albert Einstein

Great Quotes

- "Tiny Miracles" a quote by Alex P.
- "Its not what you know that matters, but how you use what you already know." a quote by Unknown.

Donations are welcome

Donate Here

Copyright © infotinks
Powered by WordPress , Theme i-max by TemplatesNext.
MENU
  • Contact
  • Volga Volga Massage 4 Utah Visitors
  • Donate
  • All Articles
  • Article Catalog
  • Info
  • Welcome