Search found 151 matches: scale

Searched query: scale

by TomH
Tue Jan 28, 2025 3:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 35397

Re: new Class TDeepSeek in next FWH 24.12

... here is the response it provided:

-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently suffered a large-scale cyber attack. Below is a summary of the relevant information:

1.Overview of the Attack
DeepSeek announced on its official service status page that ...
by leandro
Tue Jan 21, 2025 3:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con xharbour y msvc con hbmk2
Replies: 27
Views: 2679

Re: Compilar con xharbour y msvc con hbmk2

... lib(gdiplus.obj) : error LNK2001: s¡mbolo externo GdipTranslateMatrix sin resolver
FiveHC64.lib(gdipfwh.obj) : error LNK2019: s¡mbolo externo GdipScaleMatrix sin resolver al que se hace referencia en la funci¢n "public: enum Gdiplus::Status __cdecl Gdiplus::Matrix::Scale(float,float,enum Gdiplus ...
by Antonio Linares
Sat Jan 11, 2025 8:23 pm
Forum: Artificial Intelligence examples
Topic: CLASS Transformer
Replies: 2
Views: 806

Re: CLASS Transformer

... METHOD Forward(Q, K, V)
METHOD Backward(d_output)
METHOD InitGradients()
ENDCLASS

METHOD New(d_model, n_heads) CLASS MultiHeadAttention
LOCAL scale := 1.0 / Sqrt(d_model)

// Guardamos d_model como propiedad de la clase
::d_model := d_model

// Inicializar matrices de pesos
::WQ := hb ...
by Antonio Linares
Sat Jan 11, 2025 8:06 pm
Forum: Artificial Intelligence examples
Topic: CLASS Transformer
Replies: 2
Views: 806

Re: CLASS Transformer

... model, n_heads)
METHOD Forward(Q, K, V)
METHOD Backward(d_output) VIRTUAL
ENDCLASS

METHOD New(d_model, n_heads) CLASS MultiHeadAttention
LOCAL scale := 1.0 / Sqrt(d_model)
::WQ := hb_MatrixScale( hb_MatrixRandom(d_model, d_model), scale )
::WK := hb_MatrixScale( hb_MatrixRandom(d_model, d ...
by Antonio Linares
Sat Jan 11, 2025 9:31 am
Forum: Artificial Intelligence examples
Topic: CLASS Transformer
Replies: 2
Views: 806

CLASS Transformer

... WK, WV, WO // Pesos de la capa
DATA dWQ, dWK, dWV, dWO // Gradientes de los pesos
DATA d_model, n_heads

METHOD New(d_model, n_heads)
METHOD ScaledDotProductAttention(Q, K, V)
METHOD Forward(query, key, value)
METHOD Backward(d_output, Q, K, V)
ENDCLASS

METHOD New(d_model, n_heads) CLASS ...
by Otto
Sat Dec 21, 2024 2:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: On every desktop, a web server at your fingertips
Replies: 5
Views: 956

Re: On every desktop, a web server at your fingertips

... for as little as $4.16 per year. Even popular domains like .uk are surprisingly affordable at $4.71 per year.

At the higher end of the price scale is the classic .com domain, costing about $10.44 per year, roughly the price of three beers. Other well-known domain extensions are also affordable ...
by Otto
Sat Dec 07, 2024 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 1155

Re: Login with Cloudflare

... truly is a big responsibility to simply open a web server or RDP port to the WWW.
But when I occasionally noticed on ChatGPT that it also uses Cloudflare as its forefront, I decided to take a look at Cloudflare.
I was surprised to see that it’s free for the small scale we require.

Best regards,
Otto
by TOTOVIOTTI
Thu Sep 19, 2024 10:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 11605

Webview 2 + Html + ChatGPT !

... TEXT INTO cHtml

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tablero de Control Empresarial</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css ...
by nageswaragunupudi
Tue Aug 06, 2024 1:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: MsgSplash Centered
Replies: 9
Views: 2834

Re: MsgSplash Centered

Windows Configuration the scale of my screen to 125%.
Yes, this is the reason. Thanks for the feedback.
We will work on how to take care of this.
Meanwhile you may try the function MsgLogo( cImage ) and provide your feedback. MsgLogo() centers the image even with the screen scaling.
by vilian
Mon Aug 05, 2024 5:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MsgSplash Centered
Replies: 9
Views: 2834

Re: MsgSplash Centered

Mr Rao,

I sent to your email the image file, but i found out what was generating the problem. I have changed in Windows Configuration the scale of my screen to 125%.
by Marc Venken
Fri Jul 12, 2024 1:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a touchscreen
Replies: 8
Views: 1368

Re: xBrowse on a touchscreen

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40901&p=244894&hilit=monitor&sid=e6f0f91c756601dcbc3df2d2ebdf723c#p244894

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=41228&hilit=125+%25

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=34845&hilit=scale+monitor
by Otto
Fri May 03, 2024 4:42 pm
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 1766

Dynamic Table Filter Control

... TEXT INTO cHtml

<!DOCTYPE html>
<html lang="de">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr ...
by MarcoBoschi
Wed Jan 31, 2024 9:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 1957

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

maybe pdfcreator to work correctly has to set 100% otherwise something going wrong