... 20%) 2500 - Input VAT (10%) 5000 - Goods receipt (for credit notes) Positions:
Laptop Computer - 1 unit, €1273, 20% VAT Return of book “Advanced Computing” - -1 unit, €3.96, 10% VAT Book “Computing for Dummies” - 2 units, €2.48, 10% VAT Return of IBM 5150 Desktop - -1 unit, €25, 0% VAT Network ...
Search found 41 matches: computing
Searched query: computing
- Thu Jan 30, 2025 5:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using DeepSeek locally using Ollama
- Replies: 11
- Views: 1827
- Thu Jan 30, 2025 6:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using DeepSeek locally using Ollama
- Replies: 11
- Views: 1827
Re: Using DeepSeek locally using Ollama
... 20%) 2500 – Input VAT (10%) 5000 – Goods receipt (for credit notes) Positions:
Laptop Computer – 1 unit, €1273, 20% VAT Return of book “Advanced Computing” – -1 unit, €3.96, 10% VAT Book “Computing for Dummies” – 2 units, €2.48, 10% VAT Return of IBM 5150 Desktop – -1 unit, €25, 0% VAT Network ...
Laptop Computer – 1 unit, €1273, 20% VAT Return of book “Advanced Computing” – -1 unit, €3.96, 10% VAT Book “Computing for Dummies” – 2 units, €2.48, 10% VAT Return of IBM 5150 Desktop – -1 unit, €25, 0% VAT Network ...
- Tue Dec 28, 2021 9:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: quantum computing
- Replies: 1
- Views: 353
Re: quantum computing
Eduardo,
Andreu and I started coding the Class TQBit which is extremelly simple![Smile :-)](./images/smilies/icon_smile.gif)
viewtopic.php?p=246519&sid=ec04e75de5bacc1d9fc6d9a65b05814c#p246519
we need to clearly understand the next step...
Andreu and I started coding the Class TQBit which is extremelly simple
![Smile :-)](./images/smilies/icon_smile.gif)
viewtopic.php?p=246519&sid=ec04e75de5bacc1d9fc6d9a65b05814c#p246519
we need to clearly understand the next step...
- Tue Dec 28, 2021 5:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: quantum computing
- Replies: 1
- Views: 353
quantum computing
Hello Antonio,
Have you done any research on quantum computing?
Thank you. Best regards
Have you done any research on quantum computing?
Thank you. Best regards
- Fri Dec 03, 2021 6:55 pm
- Forum: Off Topic / Otros temas
- Topic: Towards QHarbour ?
- Replies: 3
- Views: 2362
Towards QHarbour ?
Class TQuBit for Harbour:
https://github.com/FiveTechSoft/quantum-computing-with-Harbour
For those that want to think about the next step:
https://elpais.com/ciencia/cafe-y-teoremas/2021-12-02/la-teoria-cuantica-es-mas-coherente-de-lo-que-creiamos.html?outputType=amp
https ...
https://github.com/FiveTechSoft/quantum-computing-with-Harbour
For those that want to think about the next step:
https://elpais.com/ciencia/cafe-y-teoremas/2021-12-02/la-teoria-cuantica-es-mas-coherente-de-lo-que-creiamos.html?outputType=amp
https ...
- Mon Apr 20, 2020 12:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Computación cuántica
- Replies: 6
- Views: 1094
Re: Computación cuántica
Andreu Botella y un servidor hemos empezado a construir una clasecita y un ejemplo y es solo el comienzo ![Smile :-)](./images/smilies/icon_smile.gif)
https://github.com/FiveTechSoft/quantum-computing-with-Harbour
![Smile :-)](./images/smilies/icon_smile.gif)
https://github.com/FiveTechSoft/quantum-computing-with-Harbour
- Tue Jun 20, 2017 2:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Calculate elapsed time between two dates
- Replies: 11
- Views: 2717
Re: Calculate elapsed time between two dates
For computing purposes, please use 24 hour format
- Fri Feb 03, 2017 12:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 10 Cloud Shell
- Replies: 1
- Views: 660
Re: Windows 10 Cloud Shell
Charly,
We don't know for sure what it is, for now...![Smile :-)](./images/smilies/icon_smile.gif)
The news arrives by way of a document that describes Cloud Shell as a new “lightweight iteration of Windows designed for the modern computing world.”
We don't know for sure what it is, for now...
![Smile :-)](./images/smilies/icon_smile.gif)
- Sat Mar 19, 2016 12:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 30730
Re: FWH64
Robb,
As I tell my clients all of the time, the key to frustration free computing is to report any problems immediately. I can't tell you how often people will finally mention an issue "off hand" that has plagued them for many months.
The same goes for our tools. We need to keep reporting the issues ...
As I tell my clients all of the time, the key to frustration free computing is to report any problems immediately. I can't tell you how often people will finally mention an issue "off hand" that has plagued them for many months.
The same goes for our tools. We need to keep reporting the issues ...
- Mon Nov 09, 2015 4:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: List all days of the year
- Replies: 4
- Views: 1069
Re: List all days of the year
... pGiorno:= dDateInitiale WHILE pGiorno <= dDateFinale AADD(aGiorni,{ (pGiorno), Oemtoansi(cDow(PGiorno)) ,space(5),space(5),Space(5)} )// add to array pGiorno++ ENDDO
there is no need to do so complicated computing. Hope it helps.
there is no need to do so complicated computing. Hope it helps.
- Thu Sep 03, 2015 9:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_xrealloc can't reallocate memory
- Replies: 21
- Views: 8648
Re: hb_xrealloc can't reallocate memory
... We need to clear understand if and where the problem is.
IMHO the "where" is clear: buffering in a string built of small pieces in a intense computing program could lead in reallocation problems due to Harbour's memory management lack of garbage collection. It is a known problem. Please check ...
IMHO the "where" is clear: buffering in a string built of small pieces in a intense computing program could lead in reallocation problems due to Harbour's memory management lack of garbage collection. It is a known problem. Please check ...
- Wed Jun 03, 2015 7:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 10
- Replies: 47
- Views: 11958
Re: Windows 10
http://www.extremetech.com/computing/207099-microsoft-unveils-windows-10-ship-date-oem-prices-leak-online-is-this-os-ready-to-debut
Whether the OS will be ready for deployment by then is very much an open question. Every time Microsoft pushes a new build, forums fill up with legions of ...
Whether the OS will be ready for deployment by then is very much an open question. Every time Microsoft pushes a new build, forums fill up with legions of ...
- Sat May 23, 2015 12:55 pm
- Forum: Off Topic / Otros temas
- Topic: Windows 10 build 10122 opinions
- Replies: 0
- Views: 608
Windows 10 build 10122 opinions
http://www.extremetech.com/computing/206289-microsoft-releases-windows-10-build-10122-and-its-a-giant-mess
The earlier Windows 10 shift to allow overlapping Windows Store Apps, the return of a Start Menu with rich information, and integrating Cortana speech and search technology were ...
The earlier Windows 10 shift to allow overlapping Windows Store Apps, the return of a Start Menu with rich information, and integrating Cortana speech and search technology were ...
- Fri Nov 14, 2014 6:47 am
- Forum: Off Topic / Otros temas
- Topic: .NET open source y multiplataforma
- Replies: 0
- Views: 584
.NET open source y multiplataforma
Poco a poco van aprendiendo ![Smile :-)](./images/smilies/icon_smile.gif)
Learning step by step![Smile :-)](./images/smilies/icon_smile.gif)
http://www.extremetech.com/computing/194099-microsoft-makes-net-open-source-finally-embraces-ios-android-and-linux
![Smile :-)](./images/smilies/icon_smile.gif)
Learning step by step
![Smile :-)](./images/smilies/icon_smile.gif)
http://www.extremetech.com/computing/194099-microsoft-makes-net-open-source-finally-embraces-ios-android-and-linux
- Tue Jul 15, 2014 10:32 pm
- Forum: Off Topic / Otros temas
- Topic: Microsoft slashes prices on netbooks
- Replies: 4
- Views: 1253
Microsoft slashes prices on netbooks
Great! Finally they are learning the way to go ![Smile :-)](./images/smilies/icon_smile.gif)
http://www.extremetech.com/computing/186332-microsoft-slashes-prices-to-compete-with-chromebooks-the-second-coming-of-the-netbook
![Smile :-)](./images/smilies/icon_smile.gif)
http://www.extremetech.com/computing/186332-microsoft-slashes-prices-to-compete-with-chromebooks-the-second-coming-of-the-netbook