Search found 59 matches: dependencies

Return to advanced search

Re: phpBB to LLM

... uptodate antivirus is stopped ? C:\fwh\AI>pip install pytorch Collecting pytorch Using cached pytorch-1.0.2.tar.gz (689 bytes) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4674

Re: metodo Get

... detected: stopped 4:33:03 p. m. [Apache] Error: Apache shutdown unexpectedly. 4:33:03 p. m. [Apache] This may be due to a blocked port, missing dependencies, 4:33:03 p. m. [Apache] improper privileges, a crash, or a shutdown by another method. 4:33:03 p. m. [Apache] Press the Logs button to ...
by Adolfredo Martinez
Mon Dec 12, 2022 9:38 pm
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1463

Re: Preguntas frecuentes mod_harbour

... xampp pone esto: 09:20:02 a. m. [Apache] Error: Apache shutdown unexpectedly. 09:20:02 a. m. [Apache] This may be due to a blocked port, missing dependencies, 09:20:02 a. m. [Apache] improper privileges, a crash, or a shutdown by another method. 09:20:02 a. m. [Apache] Press the Logs button to ...
by EBM
Tue Oct 05, 2021 2:26 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6424

Re: Preguntas frecuentes mod_harbour

... los puertos y nada 01:17:49 p. m. [Apache] Error: Apache shutdown unexpectedly. 01:17:49 p. m. [Apache] This may be due to a blocked port, missing dependencies, 01:17:49 p. m. [Apache] improper privileges, a crash, or a shutdown by another method. 01:17:49 p. m. [Apache] Press the Logs button to ...
by EBM
Fri Oct 01, 2021 6:29 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6424

Installation of mod_harbour as module or fastcgi handler

... number 521) modharbour.exe - registering as fastcgi handler in IIS is resulting in undefinied 500 errors (guess the problem is also the missing dependencies). modharbour.exe: Inspection via software "Dependencies" (https://github.com/lucasg/Dependencies): "C:\Windows\system32\WS2_32.dll ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2874

Re: Make para BCC10

... ary_Tool_for_Win32 http://docwiki.embarcadero.com/RADStudio/Berlin/en/Linking_DLLs_(C++) make A tool used to run commands based on file dependencies, usually used to help compile a project of many source files. See http://docwiki.embarcadero.com/RADStudio/Berlin/en/MAKE.EXE tdump Displays ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1120

Re: How to Curl for text messaging

... I initially wrote the whole thing using Java because ADS has a driver to connect to my dbfs and adts. But I grew frustrated with Java and all its dependencies. Maintaining a fine running Java environment is too much work. That's the reason I re-wrote the client with Harbour using hbcurl and with ...
by reinaldocrespo
Wed Feb 24, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2243

Dependency walker - great utility

... ones designed for Windows CE. It can be run as graphical application or as a console application. Dependency Walker handles all types of module dependencies, including implicit, explicit (dynamic / runtime), forwarded, delay-loaded, and injected. A detailed help is included. Dependency Walker ...
by Antonio Linares
Fri Sep 13, 2019 5:00 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1062

Re: mod_harbour and APACHE on WINDOWS SERVER

... It is a package manager for windows, like brew for OSX, apt for Debian and derivatives, yum, etc. It has many advantages, including the install of dependencies, and a clean uninstall if required. After installing Chocolatey, you can install Xampp with choco install bitnami-xampp  it requires reboot, ...
by Carlos Mora
Sun Jul 07, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour and APACHE on WINDOWS SERVER
Replies: 9
Views: 927

Re: mod_harbour what to install

Hello Antonio, I get following error: Error: Apache shutdown unexpectedly. 15:00:07 [Apache] This may be due to a blocked port, missing dependencies, 15:00:07 [Apache] improper privileges, a crash, or a shutdown by another method. 15:00:07 [Apache] Press the Logs button to view error logs ...
by wartiaga
Sat Jul 06, 2019 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7043

Re: mod_harbour what to install

Hello Antonio, I get following error: Error: Apache shutdown unexpectedly. 15:00:07 [Apache] This may be due to a blocked port, missing dependencies, 15:00:07 [Apache] improper privileges, a crash, or a shutdown by another method. 15:00:07 [Apache] Press the Logs button to view error logs ...
by Otto
Fri Jul 05, 2019 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7043

Re: Carlos Mora y la mala leche de la string concatenation

... discussing that topic. Experts like Mr Carlos and Mr Xmanuel may continue with the topic. My proposal would be to do it in C, which would avoid dependencies such as those indicated by Carlos and I guarantee that the memory would not fragment at all. And it could also be used to create a write ...
by nageswaragunupudi
Sat May 05, 2018 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carlos Mora y la mala leche de la string concatenation
Replies: 20
Views: 4284

Re: libharu

... example. Try it in your own code, I'm pretty sure you will find help in this forum if you run into trouble. The library is _FAST_, has no external dependencies like pdf printers or OCX, just add the provided dll's, and produces very compact pdfs. It also makes some optimizations for you. If you ...
by Carlos Mora
Tue Feb 27, 2018 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libharu
Replies: 8
Views: 1915

Re: (AI) Building a text dictionary

Long Short Term Memory networks – usually just called “LSTMs” – are a special kind of RNN, capable of learning long-term dependencies. They were introduced by Hochreiter & Schmidhuber (1997) Long short-term memory (LSTM) is a recurrent neural network (RNN) architecture that remembers ...
by Antonio Linares
Mon Aug 28, 2017 7:51 pm
 
Forum: Artificial Intelligence examples
Topic: (AI) Building a text dictionary
Replies: 5
Views: 1485

Borland Make Utility Issues

... Rmake.exe worked. I have read all the documentation I could find, but there are only a few examples and none discuss or show how to setup the dependencies. I am assuming this line in the sample make file that comes with FWH is supposed to setup the dependencies: arw.exe : $(PRG:.PRG=.OBJ) ...
by James Bott
Sat Apr 15, 2017 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland Make Utility Issues
Replies: 40
Views: 4203
Next

Return to advanced search