explodecode /
Javascript-Game-Engine
This is a copy of Jacob Seidelin's Ray Casting engine in Javascript, DOM and Canvas
Loading repository data…
freemansoft / repository
JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs. This repository was migrated from Sourceforge 2020 Sep
This document reflects the next release 1.21 which is moving from Java 8 to Java 17.
Jacob is a Java library that lets Java applications communicate with Microsoft Windows DLLs or COM libraries. It does this through the use of a custom DLL that the Jacob Java classes communicate with via JNI. The Java library and dll isolate the Java developer from the underlying windows libraries so that the Java developer does not have to write custom JNI code.Jacob is not used for creating ActiveX plugins or other modules that live inside of Microsoft Windows applications.
JACOB (Java-COM bridge)
You can find additional information in the docs folder
Put the appropriate DLL for your platform into your runtime library path.
There is no good usage guide at this time.
See ReleaseNotes for a full history.
| Item | Description |
|---|---|
| Bugs | |
| https://github.com/freemansoft/jacob-project/issues/35 | Add Iterable to EnumVariant |
| https://github.com/freemansoft/jacob-project/issues/36 | Memory Leak |
| https://github.com/freemansoft/jacob-project/issues/38 | Implement Comparable on Currency |
| https://github.com/freemansoft/jacob-project/issues/40 | Incorrect delete in Dispatch JNI Invoke() |
| https://github.com/freemansoft/jacob-project/issues/42 | ArrayIndexOutOfBounds SafeArray |
| https://github.com/freemansoft/jacob-project/issues/43 | Memory Leaks in DispatchEvents.cpp |
| https://github.com/freemansoft/jacob-project/issues/45 | SaveArray init0 |
| https://github.com/freemansoft/jacob-project/issues/48 | Incorrect multi dimensional array element count |
| Patches | |
| none | none |
| Feature Requests | |
| none | none |
Selected from shared topics, language and repository description—not editorial ratings.
explodecode /
This is a copy of Jacob Seidelin's Ray Casting engine in Javascript, DOM and Canvas
ebisa-kebede /
This class provides a simple implementation of the Jacobi method for solving * systems of linear equations. */ /* How to use: The program reads an augmented matrix from standard input, for example: 3 5 -2 3 -1 -3 9 1 2 2 -1 -7 3 The number in the first line is the number of equations and number of variables. You can put this values in a file and then execute the program as follows: $ java Jacobi < equations.txt If the matrix isn't diagonally dominant the program tries to convert it(if possible) by rearranging the rows. */
kenlab-chung /
JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries.
jacobhillock /
This Java based program will detect a change of the current screen in a specific location and play an alarm noise when there is a change. (Mirror of http://ras1.local:5555/jacob/ScreenChange)
jacobasmithwork /
This is an in-class collaborative project for the submission of an attorney request for a prospective immigrant. It was created by Jacob Smith, Brendan Pagano, and Chidera Oragui. The main learning objectives surrounded Test Driven Design, Java GUI, and Agile methodologies.
sahilETS /
//Jacob Lamontagne// This program was coded in java using Processing-3.4 This program is an AI that learns to play soccer It uses genetic algorithm and Neural Networks The AI is given x number of time to play and is evaluated with a fitness function The AIs with best results are merged with each other and restart the process