... beneficial for smaller teams or projects that don't require full immersion in a complex framework.
Readability: Through the simplified and compressed representation of logic and structure, the code remains easily readable and maintainable, which can be particularly useful for smaller projects ...
Search found 68 matches: compressed
Searched query: compressed
- Sat Aug 03, 2024 9:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Code in HARBOURINO STYLE vs. React
- Replies: 0
- Views: 1075
- Fri Dec 08, 2023 8:22 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Classe TGif
- Replies: 9
- Views: 3112
Re: Classe TGif
... flag, sort flag, size of local color table, and local color table (optional).
It should have one or more image data blocks that contain the compressed pixel data of each image in the file. The image data blocks should start with a byte containing the LZW minimum code size, followed by one or ...
It should have one or more image data blocks that contain the compressed pixel data of each image in the file. The image data blocks should start with a byte containing the LZW minimum code size, followed by one or ...
- Sat Nov 18, 2023 3:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Harbour -gc3 flag
- Replies: 36
- Views: 8824
Re: Testing Harbour -gc3 flag
... Use with care.
I can't see how this could be related to anti-viruses. Can you explain?
Here in Brazil, there are many reports that when compressed with UPX.exe, most ANTI VIRUS do not accept the .EXE, as they say it is a suspicious file. This is why I stopped using UPX.exe
Aquí en Brasil ...
I can't see how this could be related to anti-viruses. Can you explain?
Here in Brazil, there are many reports that when compressed with UPX.exe, most ANTI VIRUS do not accept the .EXE, as they say it is a suspicious file. This is why I stopped using UPX.exe
Aquí en Brasil ...
- Fri Mar 03, 2023 8:47 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: BarMdi [ versión 4]
- Replies: 34
- Views: 6473
Re: BarMdi [ versión 4]
Yes of course.vilian wrote:This new video is looking good! Will you share the code ?
I am going to prepare a compressed file with all the files.
I will send it to your email.
If someone else wants it, indicate the email.
- Fri Sep 10, 2021 7:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Compress an mp4 file
- Replies: 4
- Views: 839
Re: Compress an mp4 file
MP4 already is a compressed file, so compressing them again will not reduce their size.
- Fri Sep 10, 2021 4:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Compress an mp4 file
- Replies: 4
- Views: 839
Re: Compress an mp4 file
By definition, the audio files for mp3, mp4, etc, as well as the video files are compressed by the codec themselves, compressing them with zip, rar or similar will not obtain a good result.
If you can tell us what your goals are, maybe we can give you a hand
If you can tell us what your goals are, maybe we can give you a hand
- Sat May 01, 2021 12:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: field flags in dbCreate()/dbStruct()
- Replies: 0
- Views: 387
field flags in dbCreate()/dbStruct()
... type after ":", i.e.
// "C:U"
// means Unicode character field.
// The following flags are recognized:
// "N" - column can store null values
// "B" - binary column
// "+" - column is autoincrementing
// "Z" - column is compressed
// "E" - column is encrypted
// "U" - column stores Unicode strings
// "C:U"
// means Unicode character field.
// The following flags are recognized:
// "N" - column can store null values
// "B" - binary column
// "+" - column is autoincrementing
// "Z" - column is compressed
// "E" - column is encrypted
// "U" - column stores Unicode strings
- Thu Jan 21, 2021 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: illegal copy protection
- Replies: 9
- Views: 1449
Re: illegal copy protection
... cycles every 3 hours. It reaches out to my server and downloads a "data" file that tells it if there are any updates, and also includes a very compressed file of their license data. In addition, after midnight, it runs a backup and a series of automated processes where it transmits contracted data ...
- Wed Jul 01, 2020 7:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: HEIC to JPG
- Replies: 20
- Views: 5090
Re: HEIC to JPG
... like visual basic
to use < heic - files >. Maybe there are useful informations included.
The start-question :
IOS 11 now uses a newer, more compressed, file compression routine as default.
The HEIC photos (.heic extension) can be read in Windows 10, and other ways for earlier OS's.
Without ...
to use < heic - files >. Maybe there are useful informations included.
The start-question :
IOS 11 now uses a newer, more compressed, file compression routine as default.
The HEIC photos (.heic extension) can be read in Windows 10, and other ways for earlier OS's.
Without ...
- Thu Jan 16, 2020 12:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
- Replies: 52
- Views: 21200
Re: UE Studio Config - Harbour 3.0, MSVC, FWH
... templates.
To work just start typing according to the names of the templates. Example for the Fivewin DIALOG command.
type: _fw_dialog
Download the compressed file at this link: https://filebin.net/ybxc3cfbwp0o02b8/UePacote.7z?t=ldkt6nxm
For any other questions, please contact me.
To work just start typing according to the names of the templates. Example for the Fivewin DIALOG command.
type: _fw_dialog
Download the compressed file at this link: https://filebin.net/ybxc3cfbwp0o02b8/UePacote.7z?t=ldkt6nxm
For any other questions, please contact me.
- Mon Jan 21, 2019 3:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
- Replies: 15
- Views: 5684
Re: xBase now unstable, slow, error Status_Lock_Not_Granted
... request are not long file names
.... .... ...0 .... = Security Signatures Required: Security signatures are not required
.... .... .... 0... = Compressed: Compression is not requested
.... .... .... .1.. = Security Signatures: Security signatures are supported
.... .... .... ..1. = Extended ...
.... .... ...0 .... = Security Signatures Required: Security signatures are not required
.... .... .... 0... = Compressed: Compression is not requested
.... .... .... .1.. = Security Signatures: Security signatures are supported
.... .... .... ..1. = Extended ...
- Mon Jan 21, 2019 3:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
- Replies: 16
- Views: 4849
Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
... request are not long file names
.... .... ...0 .... = Security Signatures Required: Security signatures are not required
.... .... .... 0... = Compressed: Compression is not requested
.... .... .... .1.. = Security Signatures: Security signatures are supported
.... .... .... ..1. = Extended ...
.... .... ...0 .... = Security Signatures Required: Security signatures are not required
.... .... .... 0... = Compressed: Compression is not requested
.... .... .... .1.. = Security Signatures: Security signatures are supported
.... .... .... ..1. = Extended ...
- Thu Sep 06, 2018 3:38 pm
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 18172
Re: Menu doesn't work CE 6.0
Could you please email me your EXE compressed as a ZIP file (renamed as .zop) ? thanks
- Tue May 15, 2018 4:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF DBASE3
- Replies: 4
- Views: 842
Re: DBF DBASE3
I would like some examples of DBF files DBase version 2 or 3 (compressed in zip or rar)
- Sat Mar 24, 2018 1:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Introducing FiveTech's fivedit
- Replies: 560
- Views: 155651
Re: Introducing FiveTech's fivedit
Cristóbal
In your previous post you mention you offered an un-compressed version of your program .. just curious .. I use Aspack as my compression tool .. were you having any reported problems using UPX ?
Thanks
Rick Lipkin
In your previous post you mention you offered an un-compressed version of your program .. just curious .. I use Aspack as my compression tool .. were you having any reported problems using UPX ?
Thanks
Rick Lipkin