Blog
fjcero/webpack-landingpage-boilerplate 1
No JS framework: Handlebars, PostCSS and Webpack for building
fjcero/budgeting-sample-app-webpack2 0
Budgeting - React + Redux + Webpack 2 (tree shaking) Sample App
GDPR Compliance Solution
Clipboard Manager
Some random scripts to get stuff done without a framework and mostly hardcoded
Example code for apps, simple UI algorithms, patterns, architecture, ....
push eventossu/computer-science
commit sha a92b5077b4b0796b680d2a41472c594351ad3f35
Update Newsletter Address
push time in 3 hours
PR opened lukasz-madon/awesome-remote-job
Added kubejobs.io - a job board specialising in Kubernetes positions.
pr created time in 3 hours
startedantfu/vite-plugin-components
started time in 5 hours
startedIhatetomatoes/nextjs-101
started time in 7 hours
issue commentossu/computer-science
Regular Expression is a useful tool, but not worth adding to the curriculum as a whole course. I haven't seen any universities do so
comment created time in 8 hours
PR closed bayandin/awesome-awesomeness
<!-- Please fill in the bold fields, submit the pull request and tick the checkboxes. DO NOT SUBMIT ANYTHING IF YOU FAIL ANY OF THIS RULES -->
LICENSE
Hola! Somos un grupo de estudiantes de la Universidad Complutense de Madrid (UCM) y estamos haciendo una campaña de concienciación sobre el uso de licencias.
Razones por las que usar una licencia:
- Es FÁCIL de usar: escoge la licencia, copia el texto genérico y listo! Ya puedes usarla en tus proyectos. En el siguiente link puedes encontrar más información:
- LIMITAS qué usos pueden tener las personas para usar tu contenido, de esta manera evitas problemas de copias y plagios
- Compartir es poder! Las licencias libres te dan credito en todo momento permitiendo que otros usen tu trabajo bajo TUS condiciones. En el siguiente video se explican los tipos de licencias para que puedas escoger una que se adapte a tus necesidades
Hemos elegido la licencia MIT para este pull request. En este link puedes encontrar mas informacion sobre esta licencia
Gracias por tu atención! Esperamos que te haya servido de ayuda
Hello! We are a group of students of Universidad Complutense de Madrid (UCM) and we are working on an awareness campaign about types and uses of licences.
There are many reasons to use licences in your code:
-
It's EASY to use: choose the licence, copy the generic text and ready! Now you can use it in your projects You can found more information in the following link
-
You LIMIT the uses of your code, in this way you will avoid possible legal problems about copies and plagiarism
-
Share is power! The freeware licences give to you credit all the time. Allow third people use it with YOUR conditions
The following youtube link show the existing types of licences to choose one which adapt better to your needs
We have chosen MIT license for this pull request. In this link, you can get more information about this license
Thank you a lot for your attention! We hope you the contents has been helpful
By submitting this pull request I confirm I've read and complied with the below requirements.
Failure to properly do so will just result in the pull request being closed and everyone's time wasted. Please read it twice. Most people miss many things.
- [ X] I have read and understood the contribution guidelines.
- [ X] This pull request has a descriptive title. For example,
Add [Name of List], notUpdate readme.mdorAdd an awesome list. - [ X] The list I added has been around for at least 20 days,
- [ X] The list I added is a non-generated Markdown file in a GitHub repo,
- [ X] The list I added is not a duplicate
pr closed time in 15 hours
startedshuding/nextra
started time in 18 hours
issue openedossu/computer-science
Too many courses for Advanced Applications?
I read this and found out Advanced Applications has too much workload compared with other advanced courses. Moreover, many courses in Advanced Applications are not related to each other. Like Modern Robotics has little to do with Fullstack Open or Big Data.
May a better wording help?
Courses in Advanced CS are electives. Choose one subject (e.g. Advanced programming) you want to become an expert in and take all the courses under that heading. You can also create your own custom subject, but we recommend getting validation from the community on the subject you choose.
created time in 20 hours
startedFonds-de-Dotation-du-Libre/awesome-free-software
started time in a day
startedstaart/api
started time in a day
issue openedbayandin/awesome-awesomeness
I'm building a list of lists of OSS by country. It may be interesting to include here.
https://github.com/slowernews/awesome-oss-by-country
created time in a day
PR closed kilimchoi/engineering-blogs
updating file with one reference
pr closed time in a day
issue commentjwasham/coding-interview-university
I want to translate in Burmese.
Feel free. There is this but no movement in years: https://github.com/jwasham/coding-interview-university/issues/286
comment created time in a day
PR closed jwasham/coding-interview-university
I have fixed some hindi translation typos.
Please review.
Thank you
pr closed time in 2 days
pull request commentjwasham/coding-interview-university
I could pull this, but it needs de-conflicting.
comment created time in 2 days
issue closedjwasham/coding-interview-university
- [x] What is it
- [x] Table of Contents
- [x] What is it?
- [x] Why use it?
- [x] How to use it
- [x] Don't feel you aren't smart enough
- [x] About Video Resources
- [x] Interview Process & General Interview Prep
- [x] Pick One Language for the Interview
- [x] Book List
- [x] Before you Get Started
- [x] What you Won't See Covered
- [x] Prerequisite Knowledge
- [x] The Daily Plan
- [x] Algorithmic complexity / Big-O / Asymptotic analysis
- [x] Data Structures
- [x] Arrays
- [x] Linked Lists
- [x] Stack
- [x] Queue
- [x] Hash table
- [x] More Knowledge
- [x] Binary search
- [x] Bitwise operations
- [x] Trees(@Ilyushin)
- [x] Trees - Notes & Background (@Ilyushin)
- [x] Binary search trees: BSTs
- [x] Heap / Priority Queue / Binary Heap (@Ilyushin)
- [x] balanced search trees (general concept, not details) (@Ilyushin)
- [x] traversals: preorder, inorder, postorder, BFS, DFS (@Ilyushin)
- [x] Sorting (@Ilyushin)
- [x] selection (@Ilyushin)
- [x] insertion (@Ilyushin)
- [x] heapsort (@Ilyushin)
- [x] quicksort (@Ilyushin)
- [x] merge sort
- [x] Graphs
- [x] directed
- [x] undirected
- [x] adjacency matrix
- [x] adjacency list
- [x] traversals: BFS, DFS
- [x] Even More Knowledge
- [x] Recursion
- [x] Dynamic Programming
- [x] Object-Oriented Programming
- [x] Design Patterns
- [x] Combinatorics (n choose k) & Probability (@Ilyushin)
- [x] NP, NP-Complete and Approximation Algorithms (@Ilyushin)
- [x] Caches (@Ilyushin)
- [x] Processes and Threads (@Ilyushin)
- [x] Papers
- [x] Testing (@g7tro4w)
- [x] Scheduling (@g7tro4w)
- [x] Implement system routines (@g7tro4w)
- [x] String searching & manipulations (@g7tro4w)
- [x] Tries (@g7tro4w)
- [x] Floating Point Numbers (@g7tro4w)
- [x] Unicode (@g7tro4w)
- [x] Endianness (@g7tro4w)
- [x] Networking (@g7tro4w)
- [x] System Design, Scalability, Data Handling (if you have 4+ years experience) (@g7tro4w)
- [x] Final Review (@mikhailusov)
- [x] Coding Question Practice (@mikhailusov)
- [x] Coding exercises/challenges (@mikhailusov)
- [x] Once you're closer to the interview (@mikhailusov)
- [x] Your Resume (@mikhailusov)
- [x] Be thinking of for when the interview comes (@mikhailusov)
- [x] Have questions for the interviewer (@mikhailusov)
- [x] Once You've Got The Job (@mikhailusov)
- [x] Additional Books (@Ilyushin)
- [x] Additional Learning (@Ilyushin)
- [x] Compilers (@Ilyushin)
- [x] Emacs and vi(m)
- [x] Unix command line tools
- [x] Information theory
- [x] Parity & Hamming Code
- [x] Entropy
- [x] Cryptography
- [x] Compression
- [x] Computer Security
- [x] Garbage collection (@Ilyushin)
- [x] Parallel Programming (@Ilyushin)
- [x] Messaging, Serialization, and Queueing Systems
- [ ] A*
- [x] Fast Fourier Transform
- [x] Bloom Filter
- [x] HyperLogLog
- [x] Locality-Sensitive Hashing
- [x] van Emde Boas Trees
- [x] Augmented Data Structures
- [x] Balanced search trees
- [ ] AVL trees
- [ ] Splay trees
- [ ] Red/black trees
- [ ] 2-3 search trees
- [x] 2-3-4 Trees (aka 2-4 trees)
- [x] N-ary (K-ary, M-ary) trees
- [x] B-Trees
- [x] k-D Trees
- [x] Skip lists
- [x] Network Flows
- [x] Disjoint Sets & Union Find
- [x] Math for Fast Processing
- [x] Treap
- [x] Linear Programming (@Ilyushin)
- [x] Geometry, Convex hull
- [ ] Discrete math
- [ ] Machine Learning (@Ilyushin)
- [ ] Additional Detail on Some Subjects
- [ ] Video Series
- [ ] Computer Science Courses
closed time in 2 days
Ilyushinissue commentjwasham/coding-interview-university
Will close this due to age. Thanks for your contributions!
comment created time in 2 days
issue closedjwasham/coding-interview-university
I want to contribute in Japanese. I'll do my best. My fork :fork_and_knife:
closed time in 2 days
Yang-33issue commentjwasham/coding-interview-university
I've pulled the request. Closing. Thank you!
comment created time in 2 days
push eventjwasham/coding-interview-university
commit sha f6d0a416f762cc3649e8ab2bc96a2683f37857cd
Update README.md
push time in 2 days
push eventjwasham/coding-interview-university
commit sha b8c8fb5f40eb04583f4430dc47a652fe1ba8dddb
Init russian translation.
commit sha 195ad48c4fd0495216e8b6b17cfa0589936dd440
Header and the table of contents until optional items.
commit sha 98ab3637d2f00ce518c12349328eb9edd198242c
The table of contents is finished
commit sha fda116c4acc771d5deee8a060f03391d9de74511
The first paragraph is checked
commit sha 48c412e808cdc67db466bd495d4db623e7ce8187
Changed the main readme.
commit sha 1397d07c6404442df06925b58a98004b94f76ccc
Fixed a link.
commit sha 8bf2224483f43fe0484b00ebaed27815082ecf3e
"Why use it" was translated.
commit sha ca8756a397ec2a8df0a2e11c2db422865387a408
Moved the translation file to the translations directory.
commit sha 72e1d8a9e059cc5c5707aca657b39bd1b349893e
About Video Resources and Interview Process
commit sha 403beb8e705534f09139e2b83c373ab27e3d5024
Fixed a bug
commit sha 41694bfbd2703fa636dccf41467bbe47346fcb49
Add "Graph" section
commit sha 68604d5e916455cfc0076da1f82023c2ebb2bb4e
Translated "List of books"
commit sha eb0a64fe7c831b5b69921aa24a4c1c61688b1a4c
Merge pull request #1 from Hemko/master Add "Graph" section
commit sha 46d54e6e18b4120c64f9e7007f3682b60c180b23
Change the link of graphs.
commit sha a84bf36485e4774e32f930d5461fcede66ae0880
Add " Recursion", "object-oriented-programming" and "design-patterns" sections.
commit sha 1575303aa0c697c3f9618b254bcf4128b0a76b15
Fixed a bug
commit sha 767e7147fec4e2139e02fcd41ab5121bc1c15899
Fixed a typo
commit sha f0c4df98a21d2ad33aad14e9602462cda977812b
Fixed a typo
commit sha baaf59c4eb2fad1a7d9aa9bb85af38239ba8f887
Merge pull request #2 from Hemko/master Add "recursion", "object-oriented-programming" and "design-patterns" sections
commit sha 25d125dc5e95ad14d21e3782232db28b636ad117
Before you Get Started was translated
push time in 2 days
pull request commentjwasham/coding-interview-university
WIP: Initialization of Russian translation. Issue #87.
I'll pull this.
comment created time in 2 days
PR merged jwasham/coding-interview-university
pr closed time in 2 days
push eventjwasham/coding-interview-university
commit sha 6dd0bf2a4e15f602a214224c7ed07eb5fe6b2904
[add] japanese readme 日本語のREADMEを追加
commit sha 8f06d1b8ebe085b6c080d93685d78873f4547af9
[update] modified wording
commit sha dc7b1259ea6282dd68ec57ad74b8fb6ff0edc106
Merge pull request #269 from riverwell/make_japanese_readme Translation : Japanese
push time in 2 days
pull request commentjwasham/coding-interview-university
I don't see other work here since, so I'm pulling this change set.
comment created time in 2 days
PR merged jwasham/coding-interview-university
I add Japanese translation
pr closed time in 2 days
startedmarmelab/argos-realworld
started time in 2 days