Giter VIP home page Giter VIP logo

News

website repository has been removed, a new more efficent mono-repo is being uploaded right now.

Programming Tips And Tricks

  1. Intermediate Data Structures: If you are working with nested or recursive "things", don't execute things instantly. Instead create a huge tree of things that are yet to be executed. This way, you will be able to see what is about to happen. If you just go for the gold without creating an intermediate data structure, you will never see the tree that you are supposed to be working on, and that is just not fair for when you need to debug something. TLDR; the last thing you should be thinking about in a recursive tree, is collapsing nodes, make the tree beautiful and readable first, export it to Cytoscape or Graphviz, give it a name, take it out for a movie, and stare at it for days prior to function execution.
  2. If you are going to deal with trees, borrow as much as you can from the Document Object Model (web/HTML) don't try to reinvent the wheel. The Document Object Model is perfect for working with trees.
  3. Don't use walk functions, simply use this.children.map(node=>node.value() in your value() method, a simple .map will give you full recursion inside out.
  4. If your program can run on the command line even if you have to invent something newe like ffmpeg graph notation, don't start by creating a GUI application. Make a command line program first and then consider makeing a GUI for it.

Digital Audio Player Research (Hardware)

  • peapod: Deployment repository for the Cat Pea music player.

Audio Player Toolkit

  • isir: Remote control raspberry pi via a bluetooth keyboard or a remote shutter device.
  • rsend: Upload local files to remote host via scp and ssh.
  • sha256sum: Compute and check SHA256 message digest.
  • older: Simple function to check if a file is older, useful for cache related operations.

Hardware Research

Audio Book Research (Education)

Publishing Corpus

Video Book Research (Education)

Publishing Corpus

Text User Interface (TUI) Research (Computation)

Command Execution

  1. munchhausen: Automatically wrap operating system commands with duplex streams. (1st Reference Implementation)
  2. bashscript: A small shell and a very lightweight JavaScript library meant to convert Operating System commands to functions. (2nd Reference Implementation)

Shell Development

  1. tush: Tush Shell (1st Reference Implementation)
  2. oosh: Object Oriented Shell (2nd Reference Implementation)

Command Line Program Structure Research

  • endir: Command line utility to virtually place all HTML files in a sub directory by prefixing all the absolute paths specified in a, link, img, and script with a user specified prefix.

Content Management Research

  • db: is the main content repository
  • templates: new record templates
  • themes: website themes
  • bin: utilities

Sample Content

  • website: Cat Pea Website
  • warrior: Westland Warrior Master Repository
  • news: A tiny twitter for catpea!

Corpus Processing Implementations

  1. bowel: Eager Processing Framework (1st Reference Implementation)
  2. eternia: Synchronous Processing Framework (2nd Reference Implementation)
  3. peacekeeper: Asynchronous Processing Framework (3rd Reference Implementation)

Structured Content and Static Text Database Research

  • research: Markdown source for software development research.
  • fitness: Markdown source for fitness advice.
  • essays: Notes about philosophical ideas and concepts.
  • portfolio: My Portfolio (private)
  • resume: My Resume (private)

Dr. Thunder Cat Pea's Projects

b icon b

Art Portraits

baloney icon baloney

Compact and lightweight Template Literals (Template Strings) processor.

bashscript icon bashscript

A small and minimalist REPL shell, and a very lightweight JavaScript library meant to convert Operating System commands to functions.

bin icon bin

Catpea Management Shell Scripts

bowel icon bowel

Bowel is a small and lightweight scaffolding and build system for rapid assembly of HTML components.

browserless icon browserless

A browser driver on top of puppeteer, ready for production scenarios.

cat icon cat

Little images of AI experiments.

catawampus icon catawampus

Classless Responsive CSS Generator for Semantic HTML

catkin icon catkin

Human Perceivable Color Manager

catpea icon catpea

Config files for my GitHub profile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.