engineering
Here are 744 public repositories matching this topic...
An ultra-simplified explanation to design patterns
-
Updated
Dec 8, 2019
📚 Study guide and introduction to the modern front end stack.
-
Updated
Dec 7, 2019 - JavaScript
On average I have [count of commits] per file.
We should have a common format for describing tunes (series of beeps) across the different implementations in this repository. Extensive searching was done, a simple widespread standard was not found.
Following is proposed:
- Simple text file
- Each line represents a beep or a pause
- Column one is a positive integer number of milliseconds
- Column two is a positive integer freque
:books: 现代 Web 开发,现代 Web 开发导论 | 基础篇 | 进阶篇 | 架构优化篇 | React 篇 | Vue 篇
-
Updated
Dec 7, 2019
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
-
Updated
Dec 8, 2019 - C++
Preparation links and resources for system design questions
-
Updated
Dec 8, 2019
These are the lectures, slides, reading assignments, and problem sets for the 'Developing iOS 10 Apps with Swift' CS193p course offered at the Stanford School of Engineering and available on iTunes U.
-
Updated
Nov 28, 2019 - Swift
Books for people who are or aspire to manage/lead team(s) of software engineers
-
Updated
Dec 1, 2019
Since we now got reading routines for structured VTK meshes with PR nschloe/meshio#399, it would be nice to conserve the information about the structured mesh.
Therefor we could add the dataset dict form
to the Mesh container. The dataset dict could be init
:sunglasses: All the required resources to build your own startup
-
Updated
Dec 7, 2019
A curated list of resources for building and promoting more compassionate engineering cultures
-
Updated
Nov 20, 2019
现在我们很多 project 的目录结构都是自己定义的比较随意的那种,nirvana api 检测不到任何 descriptor
现在的想法是能不能在 run server 的时候再来生成 api docs,那个时候是已经拿到了所有 descriptor 的,也少了 nirvana api 检测/收集 descriptor 的步骤,把这个做成一个 Configurer,需要的话可以配置在启动 server 的时候生成文档或者直接把文档页面自动注册到当前 server 里,可以直接访问,比如:
$ go run main.go
INFO 0830-17:59:34.608+08 config.go:309 | Listening on :8080
INFO 0830-17:59:35.126+08 nirvana.go:231 | Classical Aerodynamics of potential flow using Python and Jupyter Notebooks
-
Updated
Dec 6, 2019 - Jupyter Notebook
Awesome Mechanical Engineering Resources
-
Updated
Dec 8, 2019
In this example the generated table of contents doesn't link to the sections on the page, because the headers have anchor tags in them. These should be sanitized out.
For example, in the user guide for IK, link to relevant examples, videos, forum questions, etc. and vice-versa.
Open version of "Microservices Architecture for eCommerce". Feel invited to contribute!
-
Updated
Dec 4, 2019
Numerical integration (quadrature, cubature) in Python
-
Updated
Dec 8, 2019 - Python
Test documentation
Hi all,
I don't get the tests running on my local machine.
I use ubuntu and pycharm as IDE.
Within the virtual environments for python2.7 and python 3.6 I installed the following:
pip install -e local/skrf/dir
pip install nose
Is it possible to write an instruction, how to setup the tests, in the development page or in the documentation?
I just saw that the travis ci uses conda
:sunglasses: Curated list of awesome software for numerical analysis and scientific computing
-
Updated
Dec 7, 2019 - Python
Hello there!
Please consider updating/expanding the documentation regarding input events.
Let me give you an example of what I mean:
I was trying out the picking/highlighting feature and largely followed one of the examples from here: https://xeokit.github.io/xeokit-sdk/examples/#picking_canvas_mesh_colorize
In the source, there's this line:
Improve this page
Add a description, image, and links to the engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the engineering topic, visit your repo's landing page and select "manage topics."



From react docs