Before we dive into machine learning, we’re going to explore a dataset, and figure out what might be interesting to predict. The dataset is from BoardGameGeek, and contains data on 80000 board games. Here’s a single boardgame on the site. This information was kindly scraped into csv format by Sean Beck, and can be downloadedContinue reading “Board Game Regressor”
Author Archives: maxbox4
Grauzone
Grauzone was a band from Berne, Switzerland that was active and disbanded in the early 1980s. Grauzone is most famous for their 1981 hit “Eisbär”. Tensions had always been seething regarding the direction of the band and in early 1982 Marco quit as well. In his place, Ingrid Berney (bass) joined Grauzone for what wasContinue reading “Grauzone”
MetaDefender API
V4 API is the latest version of MetaDefender Cloud API. It was designed to be fast, modular, easy to use and to provide seamless integration between MetaDefender API and MetaDefender Cloud API. I will show how to call this API with several languages to SCAN a exe file. File Overview Vendor kleiner kommunikation Product maXbox4Continue reading “MetaDefender API”
ADO Connect
TADOConnection encapsulates the ADO connection object. Use TADOConnection for connecting to ADO data stores. The connection provided by a single TADOConnection component can be shared by multiple ADO command and dataset components through their Connection properties. Create an Access database and table Using ADOX: You call the Create with CreateAccessDatabase(MYPATH2) ADOX is an extension toContinue reading “ADO Connect”
Strange Circles
The use of prior time steps to predict the next time step is called the sliding window method. For short, it may be called the window method in some literature. In statistics and time series analysis, this is called a lag or lag method. The number of previous time steps is called the window widthContinue reading “Strange Circles”
Another maXbox Build
Computer software consists of a series of instructions in the programming language Object Pascal; the coder complies those statements into a form that a computer processor can understand. Building software requires knowledge of computer languages, syntax, machine environment and logic to complete the process from start to finish. Try it online! The version maXbox 4.7.4.64Continue reading “Another maXbox Build”
saint indy
Delphi Internet Development with Indy Home Last modified: 27-02-2020 Delphi Internet Development with Indy To read TCP.GetResponse TCP.SendCmd TCP.Capture (Indy 10?) 7.6 TIdUDPClient is the base UDP client for sending UDP packets to other destinations. The mostcommonly used method is Send, which uses the Host and Port properties to send a UDP packet. Itaccepts aContinue reading “saint indy”
saint source
Programming in Delphi Home Last modified: 29-11-2011 Programming in Delphi Introduction The Delphi language was formerly known as Object Pascal, and is an object-oriented version of the venerable Pascal language, combined by Borland with a Visual Basic-like RAD tool that lets you write fast GUI applications with no run-time, a very rich set of componentsContinue reading “saint source”
Fibonacci Entanglement
The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 … https://www.mathsisfun.com/numbers/fibonacci-sequence.html In this blog I want to demonstrate code of 30 programming languages to compute the fibonacci sequence, lets start with Pascal and maXbox: f:=0; g:=1; for it:= 1 to 30 do begin f:=Continue reading “Fibonacci Entanglement”
Breitsch Buch
Der Breitsch – ein Fels in der Brandung. Warum wieder ein Buch, dass notabene 2030 erscheint!? Der Breitsch-Traeff wird im Jahre 2030 sage und schreibe 50 Jahre alt. Die Zeit beunruhigender Entwicklungen hat viele Facetten – die offenkundigste ist das Erfordernis einer realistischen Antwort auf die menschengemachte Klima-Krise unseres Planeten; eine andere, die in fastContinue reading “Breitsch Buch”