All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NovaOrdis Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:21, 1 November 2023 Ovidiu talk contribs uploaded File:A Typical GitHub Fork Situation.png
- 02:30, 21 October 2023 Ovidiu talk contribs moved page Pandas Series Interpolation to Pandas Time Series Resampling and Interpolation without leaving a redirect
- 22:25, 16 October 2023 Ovidiu talk contribs deleted page Go Package path (content before blanking was: "=Internal= * File Operations in Go")
- 02:46, 15 October 2023 Ovidiu talk contribs uploaded a new version of File:Panda Series Axis.png
- 02:45, 15 October 2023 Ovidiu talk contribs uploaded File:Panda Series Axis.png
- 02:38, 15 October 2023 Ovidiu talk contribs uploaded a new version of File:Panda DataFrame Axes.png
- 02:33, 15 October 2023 Ovidiu talk contribs uploaded File:Panda DataFrame Axes.png
- 01:57, 15 October 2023 Ovidiu talk contribs uploaded File:Panda DataFrame.png
- 21:41, 8 October 2023 Ovidiu talk contribs deleted page Time in Go (content was: "=Internal= * Go Code Examples" (and the only contributor was "Ovidiu"))
- 21:37, 8 October 2023 Ovidiu talk contribs deleted page Time in Python (content before blanking was: "=Internal= * Python Code Examples =<tt>time</tt> Module= ==Sleep== <syntaxhighlight lang='py'> from time import sleep sleep(1) </syntaxhighlight> =<tt>datetime</tt> Module= {{Externa...")
- 19:24, 8 October 2023 Ovidiu talk contribs deleted page Pandas Code Examples (content was: "=Internal= * Pandas =Code Examples=" (and the only contributor was "Ovidiu"))
- 18:37, 8 October 2023 Ovidiu talk contribs moved page Panda Series to Pandas Series without leaving a redirect
- 19:18, 7 October 2023 Ovidiu talk contribs moved page Jupyter Notebooks to Jupyter Notebook
- 22:01, 6 October 2023 Ovidiu talk contribs moved page PostgreSQL Connect to PostgreSQL Connecting to a Database without leaving a redirect
- 17:34, 29 September 2023 Ovidiu talk contribs deleted page Go Commands - install (content was: "=Internal= =Overview= <font color=red> <tt>go install</tt> will compile all the <tt>.go</tt> files in the package into a linkable object file <tt>.a</tt> and p..." (and the only contributor was "Ovidiu"))
- 23:35, 26 September 2023 Ovidiu talk contribs uploaded File:Go Internal Package.png
- 22:50, 26 September 2023 Ovidiu talk contribs deleted page Go Commands - clean (content was: "=Internal= =Overview= <tt>go clean</tt> cleans the artifacts generated by <tt>go build</tt>. =Shared Tool Flags= <blockquote style="ba..." (and the only contributor was "Ovidiu"))
- 22:23, 26 September 2023 Ovidiu talk contribs deleted page Go Commands - run (content was: "=Internal= =Overview= <tt>go run</tt> compiles and runs the main package among the specified (space-separated) Go source files. <pre> go run a/b/c/file1.go a/b..." (and the only contributor was "Ovidiu"))
- 22:13, 26 September 2023 Ovidiu talk contribs moved page Go Shared Tool Flags to Go Tool Shared Flags without leaving a redirect
- 21:27, 26 September 2023 Ovidiu talk contribs moved page Go Mutex to Go Mutex and RWMutex without leaving a redirect
- 20:23, 26 September 2023 Ovidiu talk contribs deleted page Go Project Layout (content was: "=Internal= * Go Engineering * Microservice Project Layout =Overview=" (and the only contributor was "Ovidiu"))
- 21:33, 8 September 2023 Ovidiu talk contribs deleted page Go Commands (content before blanking was: "* clean * doc * fmt * get * install * run * Go Co...")
- 21:28, 8 September 2023 Ovidiu talk contribs deleted page Go Concepts - Testing (content was: "=Overview= <pre> go test </pre>" (and the only contributor was "Ovidiu"))
- 22:50, 6 September 2023 Ovidiu talk contribs deleted page Go Concepts - Packages (content before blanking was: "=TO DEPLETE= <font color=darkkhaki> ==External== * Language Specification - Packages: https://golang.org/ref/spec#Packages ==Internal== * <tt>import</tt> keyword ==Overview== A ''package'' is a...")
- 22:21, 6 September 2023 Ovidiu talk contribs deleted page Go Concepts - Dependency Handling (content was: "=Internal= * Go Concepts" (and the only contributor was "Ovidiu"))
- 22:19, 6 September 2023 Ovidiu talk contribs deleted page Go Concepts - Standard Library (content was: "=Standard Library= https://golang.org/pkg/ ==Library== Standard library and non-standard library." (and the only contributor was "Ovidiu"))
- 01:00, 6 September 2023 Ovidiu talk contribs deleted page Go if (content was: "=Overview= The <tt>if</tt> statements specify the conditional execution of two branches according to the value of a boolean expression. <pre> if x > max { x..." (and the only contributor was "Ovidiu"))
- 00:45, 6 September 2023 Ovidiu talk contribs deleted page Go Language Concurrency (content before blanking was: "<font color=darkkhaki> ==Goroutines== The <tt>main()</tt> function - the entry point in the program - is an implicit goroutine. Because all other goroutines will be te...")
- 18:01, 5 September 2023 Ovidiu talk contribs deleted page Go Built-In Function close (content was: "=External= * Specification https://golang.org/ref/spec#Close =Internal= * Built-in Functions * Go Concepts - Lex..." (and the only contributor was "Ovidiu"))
- 22:17, 1 September 2023 Ovidiu talk contribs deleted page Go Built-In Function make (content before blanking was: "=External= * =Internal= * Built-in Functions * Pre-declared Identifiers")
- 21:00, 1 September 2023 Ovidiu talk contribs deleted page Go Concepts - Concurrency (content before blanking was: "=Overview= Go encourages writing ''straight-line code'', where the code blocks when it needs to, calls blocking functions, and concurrency is something that is added on top. There are no inversions, callback functions (c...")
- 21:09, 31 August 2023 Ovidiu talk contribs uploaded a new version of File:Parallel Execution.png
- 21:08, 31 August 2023 Ovidiu talk contribs uploaded a new version of File:Concurrent Execution.png
- 18:49, 31 August 2023 Ovidiu talk contribs uploaded File:Parallel Execution.png
- 18:48, 31 August 2023 Ovidiu talk contribs uploaded File:Concurrent Execution.png
- 17:43, 31 August 2023 Ovidiu talk contribs deleted page Concurrent Programming (content before blanking was: "=Internal= * Programming Languages Concepts * Actor Model =Overview= Concurrency and parallelism refer to slightly different things, but...")
- 22:39, 30 August 2023 Ovidiu talk contribs deleted page Go Concepts - Error Handling (content before blanking was: "=External= * Go Specification - Handling panics https://golang.org/ref/spec#Handling_panics =Overview= Error are not types, they are interfaces. =The <tt>error</tt> Type= Go has a built-in <tt>error</tt> type. It is a...")
- 22:31, 30 August 2023 Ovidiu talk contribs deleted page Go error Type (content was: "=Internal= =Overview=" (and the only contributor was "Ovidiu"))
- 22:39, 29 August 2023 Ovidiu talk contribs deleted page Emotional Intelligence (content before blanking was: "=Emotional Reactivity= * [https://www.ted.com/talks/tim_ferriss_why_you_should_define_your_fears_instead_of_your_goals Why you should define your fears instead of your goals Tim Ferriss] (TED Talk) ** Stoicism is an oper...")
- 00:53, 29 August 2023 Ovidiu talk contribs moved page Go Error Handling to Go Language Error Handling without leaving a redirect
- 21:26, 25 August 2023 Ovidiu talk contribs moved page Go Package json to Go Package encoding/json without leaving a redirect
- 18:49, 25 August 2023 Ovidiu talk contribs deleted page Go Package file (content was: "=External= * https://pkg.go.dev/os/file =Internal= * Standard library * File Operations in Go]..." (and the only contributor was "[[Special:Contributions/Ovidiu|Ovidiu"))
- 00:28, 24 August 2023 Ovidiu talk contribs moved page Jinja2 Recursive Rendering of a Deep Data Structure to Jinja2 Recursive Rendering of a Deep Data Structure to YAML without leaving a redirect
- 21:29, 23 August 2023 Ovidiu talk contribs deleted page Jinja Filters (content before blanking was: "=Internal= * Jinja2")
- 21:54, 19 August 2023 Ovidiu talk contribs moved page Setting Environment Variable for a systemd Service to Setting Environment Variables for a systemd Service without leaving a redirect
- 20:00, 19 August 2023 Ovidiu talk contribs moved page System V init Concepts to System V without leaving a redirect
- 00:34, 19 August 2023 Ovidiu talk contribs deleted page Go Floating-Point Numbers (content before blanking was: "=Internal= * Go Built-in Types")
- 00:16, 19 August 2023 Ovidiu talk contribs deleted page Go Built-In Functions for Bootstrapping (content was: "=External= * Specification =Internal= * Built-in Functions * Go Concepts - Lexical Structure#Pre-Declared_Identi..." (and the only contributor was "Ovidiu"))
- 18:40, 17 August 2023 Ovidiu talk contribs moved page Parameters, Variables, Arguments to Variables, Parameters, Arguments without leaving a redirect
- 00:59, 15 August 2023 Ovidiu talk contribs moved page Go Runtime to Go Development and Execution Environment without leaving a redirect