You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/awesome-agi-cocosci.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
229
229
230
230
*[A Theory of Generative ConvNet](https://proceedings.mlr.press/v48/xiec16.html) - ***ICML'16***, 2016. [[All Versions](https://scholar.google.com/scholar?cluster=11062907630625111054&hl=en&as_sdt=2005&sciodt=0,5)].
231
231
232
-
*[Cooperative Training of Descriptor and Generator Networks](https://ieeexplore.ieee.org/ielaam/34/8922815/8519332-aam.pdf) - ***IEEE Transactions on Pattern Analysis and Machine Intelligence***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=18202808849093155435&hl=en&as_sdt=0,5)].
232
+
* [Cooperative Training of Descriptor and Generator Networks](https://ieeexplore.ieee.org/abstract/document/8519332) - ***IEEE Transactions on Pattern Analysis and Machine Intelligence***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=18202808849093155435)]. This paper studies the cooperative training of two generative models for image modeling and synthesis. Both models are parametrized by convolutional neural networks (ConvNets). The first model is a deep energy-based model, whose energy function is defined by a bottom-up ConvNet, which maps the observed image to the energy. We call it the descriptor network. The second model is a generator network, which is a non-linear version of factor analysis. It is defined by a top-down ConvNet, which maps the latent factors to the observed image. The maximum likelihood learning algorithms of both models involve MCMC sampling such as Langevin dynamics. This work observes that the two learning algorithms can be seamlessly interwoven into a cooperative learning algorithm that can train both models simultaneously. Specifically, within each iteration of the cooperative learning algorithm, the generator model generates initial synthesized examples to initialize a finite-step MCMC that samples and trains the energy-based descriptor model. After that, the generator model learns from how the MCMC changes its synthesized examples. That is, the descriptor model teaches the generator model by MCMC, so that the generator model accumulates the MCMC transitions and reproduces them by direct ancestral sampling.
233
233
234
234
*[Learning Latent Space Energy-Based Prior Model](https://proceedings.neurips.cc/paper/2020/hash/fa3060edb66e6ff4507886f9912e1ab9-Abstract.html) - ***NeurIPS'20***, 2020. [[All Versions](https://scholar.google.com/scholar?oi=bibs&hl=en&cluster=9945264852135249894)]. [[Project](https://bpucla.github.io/latent-space-ebm-prior-project/)]. [[Code](https://github.com/bpucla/latent-space-EBM-prior)]. A milestone paper on Latent Energy-Based Model.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-angular.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Current Angular version: [ - A collection of Angular memes.
52
52
*[ngx.tools](https://github.com/ngxtools/ngx.tools) - Discover Angular packages, libraries and schematics with this [search engine](https://ngx.tools).
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cl.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -316,10 +316,7 @@ Docker images
316
316
* for Ubuntu, OSX and Windows.
317
317
* Example use: [Trial's CI](https://github.com/Shirakumo/trial/blob/master/.github/workflows/examples.yml)
318
318
*[archlinux-cl](https://github.com/yitzchak/archlinux-cl) - Docker Arch Linux image with Common Lisp implementations (7 to this day). MIT.
319
-
320
-
See also:
321
-
322
-
* another [GitHub CI example from cookiecutter-lisp-game](https://github.com/lockie/cookiecutter-lisp-game/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/.github/workflows/package.yml) to build binaries on the three platforms.
319
+
*[docker-lisp-gamedev](https://gitlab.com/lockie/docker-lisp-gamedev) - A Docker image containing tools necessary for Common Lisp game development and deployment. Comes in Linux and Windows variety. Thoroughly tested via CI.
323
320
324
321
325
322
Foreign Function Interface, languages interop
@@ -1964,6 +1961,7 @@ Project skeletons
1964
1961
*[cl-project-with-docs](https://github.com/40ants/cl-project-with-docs) - uses Sphinx and reStructured text to render nice and readable HTML documentation. [BSD][15].
1965
1962
*[cl-cookieproject](https://github.com/vindarel/cl-cookieproject) - Generate a ready-to-use Common Lisp project. Not in Quicklisp. [BSD_3Clause][15].
1966
1963
* test definitions, entry point to run from sources, build a binary, Roswell integration…
1964
+
*[cookiecutter-lisp-game](https://github.com/lockie/cookiecutter-lisp-game) - An opinionated cookiecutter template for Common Lisp videogame projects. Allows to choose [backend middleware library](#graphics) between liballegro, raylib and SDL2. Contains CI scripts using [docker-lisp-gamedev](#docker-images) to automatically build binaries for Windows, MacOS and Linux.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cpp.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -422,7 +422,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
422
422
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
423
423
* [microprofile](https://github.com/jonasmr/microprofile) - Profiler with web-view for multiple platforms. [Unlicense]
424
424
* [MinUnit](https://github.com/siu/minunit) - A minimal unit testing framework for C self-contained in a single header file. [MIT]
425
-
*[Mockator](http://www.mockator.com) - Eclipse CDT plug-in for C++ Seams and Mock Objects.
426
425
* [nanobench](https://github.com/martinus/nanobench) - Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. [MIT] [website](https://nanobench.ankerl.com)
427
426
* [Nanotimer](https://github.com/mattreecebentley/plf_nanotimer) - A simple low-overhead cross-platform timer class for benchmarking. [zLib] [website](http://www.plflib.org/nanotimer.htm)
428
427
* [Nonius](https://github.com/libnonius/nonius) - A C++ micro-benchmarking framework. [CC]
@@ -1201,7 +1200,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1201
1200
* [c](https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! [MIT]
1202
1201
* [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1z C11. Developed by LLVM Team. [NCSA]
1203
1202
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP. [GNU GPL3]
1204
-
*[PCC](http://pcc.ludd.ltu.se/) - A very old C compiler. Supports C99.
1203
+
* [PCC](https://github.com/IanHarvey/pcc) - A very old C compiler. Supports C99.
1205
1204
* [AMD C++ Compiler](https://www.amd.com/en/developer/aocc.html) - Developed by AMD.
1206
1205
* [Intel C++ Compiler](https://software.intel.com/en-us/c-compilers) - Developed by Intel.
1207
1206
* [LLVM](http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies.
@@ -1214,7 +1213,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1214
1213
*List of online C or C++ compilers*
1215
1214
1216
1215
* [codechef](https://www.codechef.com/ide) - A simple online compiler CodeChef.
1217
-
*[codepad](http://codepad.org/) - An online compiler/interpreter, and a simple collaboration tool.
1218
1216
* [coliru](http://coliru.stacked-crooked.com/) - Online compiler/shell with support for various C++ compilers.
1219
1217
* [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available.
1220
1218
* [CompileOnline](http://www.tutorialspoint.com/codingground.htm) - Compile and Execute C++ online on Linux.
@@ -1283,7 +1281,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1283
1281
* [Ninja](https://ninja-build.org/) - A small build system with a focus on speed.
1284
1282
* [Sccache](https://github.com/mozilla/sccache) - A fast compiler cache for C/C++, with cross-platform support and cloud backed storage options.
1285
1283
* [Scons](http://www.scons.org/) - A software construction tool configured with a Python script.
1286
-
*[Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
1284
+
* [Sconsolidator](https://github.com/IFS-HSR/SConsolidator) - Scons build system integration for Eclipse CDT.
1287
1285
* [Spack](https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. [Apache-2.0/MIT]
1288
1286
* [SW](https://software-network.org/) - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. [GPLv3]
1289
1287
* [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.
@@ -1422,7 +1420,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1422
1420
* [Guru of the Week](http://www.gotw.ca/gotw/) - A regular series of C++ programming problems created and written by Herb Sutter.
1423
1421
* [Meeting C++](http://meetingcpp.com/)
1424
1422
* [PVS-Studio’s challenge](https://quiz.pvs-studio.com) - PVS-Studio’s C++ quiz in which you're asked to find errors in code fragments of open source projects.
1425
-
*[Udemy C++ Courses and Tutorials](https://www.udemy.com/topic/C-plus-plus-tutorials/)
1423
+
* [Udemy C++ Courses and Tutorials](https://www.udemy.com/topic/c-plus-plus/)
1426
1424
* [C++ Hints](http://cpphints.com/) - Every business day hints about most often C++ mistakes and ways to solve them from PVS-Studio Team.
1427
1425
* [C++ tutorial](https://hackr.io/tutorials/learn-c-plus-plus) - A user ranked online tutorial bank site displaying multiple courses to learn C++ from.
1428
1426
* [C++ Tutorial for Beginners](https://www.scaler.com/topics/cpp) - A comprenhensive tutorial on C++ curated by trained experts.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cyber-security-university.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Pull requests are welcome with the condition that the resource should be free! P
133
133
134
134
### Level 5 - Reverse Engineering & Pwn
135
135
136
-
* [Intro to x86 64](https://github.com/brootware/awesome-cyber-security-university/blob/master/<https://tryhackme.com/room/introtox8664>) - This room teaches the basics of x86-64 assembly language.
136
+
* [Windows x64 Assembly](https://github.com/brootware/awesome-cyber-security-university/blob/master/<https://tryhackme.com/r/room/win64assembly>) - Introduction to x64 Assembly on Windows.
137
137
* [CC Ghidra](https://github.com/brootware/awesome-cyber-security-university/blob/master/<https://tryhackme.com/room/ccghidra>) - This room teaches the basics of ghidra.
138
138
* [CC Radare2](https://github.com/brootware/awesome-cyber-security-university/blob/master/<https://tryhackme.com/room/ccradare2>) - This room teaches the basics of radare2.
139
139
* [Reverse Engineering](https://github.com/brootware/awesome-cyber-security-university/blob/master/<https://tryhackme.com/room/reverseengineering>) - This room focuses on teaching the basics of assembly through reverse engineering.
0 commit comments