Skip to content

Instantly share code, notes, and snippets.

View AbdallahAHO's full-sized avatar

Abdallah Othman AbdallahAHO

View GitHub Profile
#! /bin/bash
#########################
# #
# Script Configurations #
# #
#########################
@AbdallahAHO
AbdallahAHO / cloudSettings
Last active March 18, 2019 14:36
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-18T14:36:14.009Z","extensionVersion":"v3.2.7"}
@AbdallahAHO
AbdallahAHO / cloudSettings
Created February 14, 2018 08:00
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-02-14T07:58:58.416Z","extensionVersion":"v2.8.7"}
{
"status": 500,
"error": "Internal Server Error",
"exception": "#<NameError: undefined local variable or method `private_event' for #<Class:0x00000002863150>\nDid you mean? private>",
"traces": {
"Application Trace": [
{
"id": 1,
"trace": "app/models/private_event_request.rb:8:in `<class:PrivateEventRequest>'"
},
@AbdallahAHO
AbdallahAHO / README-Template.md
Last active May 30, 2018 21:25 — forked from PurpleBooth/README-Template.md
A template to make good README.md

i4Distill

HTML documents processing and cleaning pipeline, it's main aim is building an extendable and flexible framework to process different form of HTML files by extracting data, convert it into machine readable canonical format.

This solution was built mainly to process a particular type of HTML documents of unique nature, which SEC Filings & Forms, Mainly these documents are used to outline finicial and economic performance of companies corporated in US. So you should expect to deal with different form of listing finical figures (e.g. Revenues and cost breakdown tables) and other common forms of legal documents elements (e.g. Signatures, table of contents and sub section and appendices).

The problem it solves?

HTML documents can be quite challenging to machine-readable due lack of strict standards and stylistic conventions, i4Disitll is built to tackle this issue by providing a multiple tools that make it easier to construct detection logic that demarcate comm

@AbdallahAHO
AbdallahAHO / front-end-curriculum.md
Created October 27, 2015 09:22 — forked from stevekinney/front-end-curriculum.md
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model
http://glenmaddern.com/articles/css-modules