All Projects → leetspeek → leetspeek

leetspeek / leetspeek

Licence: other
Open and collaborative content from leet hackers!

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to leetspeek

incubator-liminal
Apache Liminals goal is to operationalise the machine learning process, allowing data scientists to quickly transition from a successful experiment to an automated pipeline of model training, validation, deployment and inference in production. Liminal provides a Domain Specific Language to build ML workflows on top of Apache Airflow.
Stars: ✭ 117 (+963.64%)
Mutual labels:  big-data, ml
awesome-AI-kubernetes
❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc
Stars: ✭ 95 (+763.64%)
Mutual labels:  big-data, ml
seal
django-base-templates 主要为 django 开发DEMO, 支持 非前后端分离 和 前后端分离模式 。
Stars: ✭ 118 (+972.73%)
Mutual labels:  ops, dev
Mmlspark
Simple and Distributed Machine Learning
Stars: ✭ 2,899 (+26254.55%)
Mutual labels:  big-data, ml
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (+1290.91%)
Mutual labels:  big-data, ml
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+4027.27%)
Mutual labels:  computer-science, big-data
SynapseML
Simple and Distributed Machine Learning
Stars: ✭ 3,355 (+30400%)
Mutual labels:  big-data, ml
Baize
白泽自动化运维系统:配置管理、网络探测、资产管理、业务管理、CMDB、CD、DevOps、作业编排、任务编排等功能,未来将添加监控、报警、日志分析、大数据分析等部分内容
Stars: ✭ 296 (+2590.91%)
Mutual labels:  big-data, ops
Feast
Feature Store for Machine Learning
Stars: ✭ 2,576 (+23318.18%)
Mutual labels:  big-data, ml
Books
整理一些书籍 ,包含 C&C++ 、git 、Java、Keras 、Linux 、NLP 、Python 、Scala 、TensorFlow 、大数据 、推荐系统、数据库、数据挖掘 、机器学习 、深度学习 、算法等。
Stars: ✭ 222 (+1918.18%)
Mutual labels:  big-data, ml
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+333427.27%)
Mutual labels:  computer-science, big-data
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (+127.27%)
Mutual labels:  pentest
HKU-Thesis-Template
HKU Thesis Template
Stars: ✭ 36 (+227.27%)
Mutual labels:  computer-science
cdp-service
cdp数据平台,帮助企业充分了解客户,实现千人千面的精准营销。
Stars: ✭ 30 (+172.73%)
Mutual labels:  big-data
pypmml
Python PMML scoring library
Stars: ✭ 65 (+490.91%)
Mutual labels:  ml
cmc-csci046
CMC's Data Structures and Algorithms Course Materials
Stars: ✭ 31 (+181.82%)
Mutual labels:  computer-science
phoenix-queryserver
Apache Phoenix Query Server
Stars: ✭ 33 (+200%)
Mutual labels:  big-data
HyperGraphLib
C++ Hypergraph modelling Library using Boost and OpenMP with some algorithms, including isomorphism using Gecode.
Stars: ✭ 19 (+72.73%)
Mutual labels:  computer-science
TrackMania AI
Racing game AI
Stars: ✭ 65 (+490.91%)
Mutual labels:  ml
tenacity
A computational thinking game to introduce functions, loops, conditions, and variables
Stars: ✭ 23 (+109.09%)
Mutual labels:  computer-science

leetspeek.org

leetspeek is a learning-oriented collective that is open to everyone, our primary focus is to encourage learning, blogging in order to deepen knowledge on various computer science areas.

Getting Started

Writing Articles

Start by writing interesting articles, the content should intermediate to advanced (avoid how-to style articles). Follow the steps below for our contribution workflow.

Forking the repo

  • Create a personal fork of the project on Github.
  • Clone the fork on your local machine. Your remote repo on Github is called origin.
  • Add the original repository as a remote called upstream.
  • If you created your fork a while ago be sure to pull upstream changes into your local repository.
  • Install jekyll and the related gems.

Adding a new article

  • Create a new branch for the new article to work on! Branch from from master.
  • Add a new file under _posts with article date-name.
  • Preview your changes locally through bundle exec jekyll s.

Adding code

  • Inline code can be added through `` .
  • For block codes, you can use the highlight block.

Adding images

  • Create a folder under assets/img named as your github username.
  • Add your image in that folder.
  • Image can be added using this code

![Image title]({{ site.url }}/assets/img/username/image-name.png)

Peer-reviewing

  • Push your branch to your fork on Github, the remote origin.
  • Create an issue on leetspeek repo following the Issue Templates.
  • Second publish your PR, you can tag members for Peer review too.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].