Skip to main content
Code Review

Questions tagged [dynamic-loading]

Code that loads code at runtime for execution

Filter by
Sorted by
Tagged with
2 votes
1 answer
155 views

I wrote this preprocessor just to add a couple features to Python (pipes mostly.) Is there any way I could improve it? ...
2 votes
1 answer
150 views

I wrote a script that uses an uploaded excel file to import data to the database. It checks for the image first if it can be downloaded without any error then insert the rest of the data. With ten or ...
3 votes
1 answer
393 views

This is my attempt to load shared library on linux (and may be mac - did not test yet) I am interested if I am implementing everything correctly and if I can really use my function in a loop like that....
Nick's user avatar
  • 1,656
2 votes
1 answer
94 views

https://github.com/speedrun-program/load_extender This is the previous post: Lengthening the time it takes to access files using function hooking I tried adding everything from the previous post's ...
2 votes
1 answer
100 views

https://github.com/speedrun-program/load_extender This is something I made and posted here about a year ago, but I decided to remake it. To compile this on Windows, you need to install EasyHook. ...
1 vote
1 answer
505 views

There is a file created with the project paths in a dictionary. Example: ...
1 vote
1 answer
183 views

After doing much reading of the PHP docs and trying out other developers' autoloader code, below is what I've come up with for an autoloader. It is working as expected so far. Posting the code here ...
3 votes
2 answers
1k views

I have multiple pre-compiled dynamic libraries that use the same extern "C" function names. The functions can behave differently for each dynamic library. ...
1 vote
1 answer
94 views

I have a class that is importing a CSV file into a Pandas DataFrame. However, this CSV has a multiline header that changes length seemingly at random. Sometimes it is 27 lines, sometimes 31, sometimes ...
5 votes
1 answer
2k views

I'm trying to write a factory class that essentially provides a user-friendly frontend to creating objects of different kinds depending on keywords. So the user will just have to import this module, ...
2 votes
0 answers
327 views

Recently, I've explored using rust as a scripting language for unity. My current method involves creating a DLL from rust, and loading it into my game at runtime. It requires that the user use a ...
4 votes
1 answer
226 views

I needed to dynamically load and instantiate some classes from a generated jar and a generated .class file which depends on that jar. So I came up with this: ...
Hawk's user avatar
  • 216
3 votes
1 answer
169 views

Motivation / Task An apparently trivial problem.... A CLI app tries to make use of box drawing characters. But depending on the stdout device this may not be appropriate so there is a ...
4 votes
0 answers
68 views

In the following script, I am trying to infer if the modules are managed by a conda environment or not and based on that, I am trying to auto install and import the modules. [I skipped around 5 to 6 ...
11 votes
4 answers
7k views

We have a program with many dependencies. Because the user may not want to use all of them, the program should skip over failed imports and only raise an error if absolutely necessary. e.g. if the ...

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /