Pinned Repositories
2calgo.Library
the way to convert mq4 to calgo
atpg
An automatic test pattern generation (ATPG) and fault simulation system.
auc-miner
beaker
WSGI middleware for sessions and caching
BlindDateGuideForProgrammer
程序员相亲指南
bootstrap
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
CodingSpectator
Watches and analyzes code edits in the Eclipse IDE non-invasively
ConupSamples
Conup is a consistent runtime update support for apache tuscany. You can find more on https://code.google.com/p/conup/. Here I develop some samples based on conup.
CppObjectModel
C++ Object Data Model Test Code
yangfeit19's Repositories
yangfeit19/auc-miner
yangfeit19/2calgo.Library
the way to convert mq4 to calgo
yangfeit19/atpg
An automatic test pattern generation (ATPG) and fault simulation system.
yangfeit19/BlindDateGuideForProgrammer
程序员相亲指南
yangfeit19/CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
yangfeit19/CppObjectModel
C++ Object Data Model Test Code
yangfeit19/ctypesgen
Pure-python wrapper generator for ctypes
yangfeit19/gcc
yangfeit19/gccxml
yangfeit19/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
yangfeit19/ini-parser
Functions for parsing INI-style file natively in bash
yangfeit19/loonflow
基于django的工作流引擎,工单(a workflow engine base on django python)
yangfeit19/lsf-python-api
Location for the LSF Python wrapper for controlling all things LSF
yangfeit19/luckydogx
Web编程
yangfeit19/memcached
memcached development tree
yangfeit19/mynes
Simple NES Emulator
yangfeit19/MyResume
个人求职简历
yangfeit19/nju-thesis
南京大学学位论文XeLaTeX模板
yangfeit19/note
学习笔记整理📚
yangfeit19/openmeeting2
openmeeting2视频会议,仿QQ群视频,实现多人视频,多人语音,文字聊天,表情,共享PPT功能,自由发言,主持人控制发言,按F2发言三种语音模式 ,客户端使用vs2010+qt4.85开发,服务器使用php+go语言,数据库采用mysql 演示系统所有密码都是123456,演示用户 8001~8010 客户端下载地址: http://pan.baidu.com/s/1gdCikSV 服务器下载地址: http://pan.baidu.com/s/1bnAo2zP ,安装包压缩文件内有安装说明书 技术讨论加群:377724275 用到的相关技术rtp h264 ffmpeg x264 silk g729 go nodejs php mysql qt rtmp rtsp hls videomeeting videoconference videochat voicechat audiochat
yangfeit19/OpenTimer
A High-performance Timing Analysis Tool for VLSI Systems
yangfeit19/Pipe
A Python library to use infix notation in Python
yangfeit19/pycparser-1
:snake: Complete C99 parser in pure Python
yangfeit19/QSsh
SSH and SFTP support for Qt. This project is based on Qt Creator's libQtcSsh.so
yangfeit19/qtcanpool
a qt class library
yangfeit19/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
yangfeit19/SGI-STL
剖析 STL 是一种享受的过程!
yangfeit19/simanneal
Python module for Simulated Annealing optimization
yangfeit19/tutorials
yangfeit19/vsdflow
VSDFLOW is an automated solution to programmers, hobbyists and small scale semiconductor technology entrepreneurs who can craft their ideas in RTL language, and convert the design to hardware using VSD (RTL-to-GDS) FLOW. VSDFLOW is completely build using OPHW tools, where the user gives input RTL in verilog. From here on the VSDFLOW takes control, RTL is synthesized (using Yosys). The synthesized netlist is given to PNR tool (Qflow) and finally Sign-off is done with STA tool (using Opentimer). The output of the flow is GDSII layout and performance & area metrics of your design. VSDFLOW also provide hooks at all stages for users working at different levels of design flow. It is tested for 30k instance count design like ARM Cortex-M0, and can be further tested for multi-million instance count using hierarchical or glue logic.