All public logs
From Rice Wiki
Combined display of all available logs of Rice Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:03, 9 March 2024 Rice talk contribs created page File:T distribution table.png
- 05:03, 9 March 2024 Rice talk contribs uploaded File:T distribution table.png
- 11:21, 8 March 2024 Rice talk contribs created page File:Equations for Analyzing the Step Response of Parallel RLC Circuits.png
- 11:21, 8 March 2024 Rice talk contribs uploaded File:Equations for Analyzing the Step Response of Parallel RLC Circuits.png
- 10:56, 8 March 2024 Rice talk contribs created page File:Equations for Analyzing the Step Response of Series RLC Circuits.png
- 10:56, 8 March 2024 Rice talk contribs uploaded File:Equations for Analyzing the Step Response of Series RLC Circuits.png
- 07:17, 8 March 2024 Rice talk contribs created page Circuit Element (Created page with "A circuit element is a basic unit that has certain rules governing the relationship of voltage across and current through that element beyond the simple conducting wire. There are five ideal basic circuit elements: * voltage source * current source * resistor * capacitor * inductor There will be no proofs for the equations here. That's a physics thing that probably deserve their own page. ==== Ideal ==== This page will focus on '''ideal''' circuit elements. The real...") Tag: Visual edit: Switched
- 06:52, 8 March 2024 Rice talk contribs created page File:Parallel Unforced RLC Circuit.png
- 06:52, 8 March 2024 Rice talk contribs uploaded File:Parallel Unforced RLC Circuit.png
- 02:14, 8 March 2024 Rice talk contribs created page Kruskal's Algorithm (Created page with "= Approach = Select edges in order of smallest to largest, using disjoint-sets to prevent cycles.")
- 01:08, 8 March 2024 Rice talk contribs created page Dijstra's Algorithm (Created page with "= Implementation = <pre> Dijstra(G, w, source) { } </pre>") Tag: Visual edit
- 23:43, 7 March 2024 Rice talk contribs created page Session Management (Created page with "Category:Cybersecurity")
- 23:38, 7 March 2024 Rice talk contribs created page JSON Web Token (Created page with "'''JSON Web Token''' (JWT) allows client to indicate its identity for further exchanges after authentication. * It is compact and self-contained * It can be signed with a secret (HMAC) or a public/private key pair (RSA) It looks something like this<pre> [Base64(HEADER)].[Base64(PAYLOAD)].[Base64(SIGNATURE)] </pre><pre> eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9. eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9. TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ...") Tag: Visual edit
- 02:00, 6 March 2024 Rice talk contribs created page Rice Wiki:About (Created page with "Hi.")
- 01:38, 6 March 2024 Rice talk contribs created page Prims Algorithm (Created page with " Category:Algorithms")
- 00:46, 6 March 2024 Rice talk contribs created page Minimum Spanning Tree (Created page with "Category:Algorithms")
- 00:12, 6 March 2024 Rice talk contribs created page Dijkstra's Algorithm (Created page with "Category:Algorithms Problem: Shortest Path Problem.") Tag: Visual edit: Switched
- 23:58, 5 March 2024 Rice talk contribs created page Bellman-Ford Algorithm (Created page with "Category:Algorithms = Approach: dynamic programming = All shortest path must have <math> \leq |V| - 1 </math> edges. If this condition is not satisfied, there is a cycle in in the path, and therefore it is not the shortest. ==== Recurrence ==== Let OPT(n-1, a) be the length of the shortest path from source node <math>s</math> to node <math>a</math> with at most <math>n - 1</math> edges. The idea is to add one edge at a time, seeing if the edge should be included i...") Tag: Visual edit
- 23:33, 5 March 2024 Rice talk contribs created page Template:Infobox Algorithm/doc (Created page with " <templatedata> { "description": "Infobox for computer algorithms", "params": { "title": { "label": "Algorithm name", "description": "Name of the algorithm appearing above the infobox", "default": "Page name" }, "runtime": { "label": "Runtime complexity" }, "space": { "label": "Space complexity" }, "class": { "label": "Algorithm classifi...")
- 23:13, 5 March 2024 Rice talk contribs created page Template:Infobox Algorithm (Created page with "<infobox layout="stacked"> <title source="title"> <default>{{PAGENAME}}</default> </title> <data source="runtime"> <label>Runtime</label> <default>O(n)</default> </data> <data source="space"> <label>Space</label> <default>O(n)</default> </data> <data source="class"> <label>Class</label> </data> </infobox> Category:Algorithms")
- 22:27, 5 March 2024 Rice talk contribs created page Test Page (Created page with " Category:Contents") Tag: Visual edit: Switched
- 03:25, 5 March 2024 Rice talk contribs created page Category:Pages with math errors (Created page with "Pages with math errors") Tag: Visual edit
- 03:23, 5 March 2024 Rice talk contribs created page Category:Computer Science (Created page with "Computer Science") Tag: Visual edit
- 03:21, 5 March 2024 Rice talk contribs created page Category:Cybersecurity (Created page with "Category:Computer Science") Tag: Visual edit
- 22:36, 4 March 2024 Rice talk contribs created page Authentication (Created page with "= Sources = * [https://owasp.org/Top10/A07_2021-Identification_and_Authentication_Failures/ OWASP Top10 2021 A07 Identification and Authentication Failures]") Tag: Visual edit
- 21:53, 4 March 2024 Rice talk contribs created page Electromagnetism (Created page with "Ampere's law can be proven with Biot Savart Law. It has an addition that doesn't mean much when the electric field is produced by a static charge. Coulomb's law describes that '''charges produce electric fields, influencing charges''' Integrating that electric field over a loop equals zero. Biot Svart's law describes that '''moving charges produce magnetic fields'','' influencing moving charges.''' There is a problem! Somehow, changing magnetic fields causes electron...") Tag: Visual edit
- 20:38, 4 March 2024 Rice talk contribs created page Talk:Main Page (Test topic: new section)
- 18:49, 4 March 2024 Rice talk contribs created page Sample Statistics (Created page with "= Confidence Interval = The '''confidence interval''' is the range of reasonable values that are intended to contain the '''parameter of interest''' with a certain '''degree of confidence'''. ''(point estimate - margin of error, point estimate + margin of error)'' ==== Example: approval ratings ==== At every time we an approve percentage and disapprove percentage. That is our point estimate. ==== Constructing CIs ==== By CLT, <math>\bar{Y} \sim N(\mu, \frac{\sigma^2}{...") Tag: Visual edit
- 03:16, 4 March 2024 Rice talk contribs created page Longest Common Subsequence (Created page with "= Problem description = A sequence ''Z'' is a subsequence of another sequence ''X'' if all the elements in ''Z'' also appear in order in ''X''. Notably, the elements do ''not'' need to be consecutive. In the '''longest-common-subsequence problem (LCS)''', we wish to find a maximum-length common subsequence of ''X'' and ''Y''. = Approach: dynamic programming = Consider") Tag: Visual edit
- 01:55, 4 March 2024 Rice talk contribs created page ECS122A Algorithms (Created page with "= Algorithms = * Longest Common Subsequence") Tag: Visual edit
- 00:39, 3 March 2024 Rice talk contribs created page CORS (Created page with "= Sources = * [https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS Cross-Origin Resource Sharing (CORS) - HTTP | MDN] = Same-origin policy = Before talking about CORS, we must first understand a security mechanism called the '''same-origin policy'''. This policy restricts how a document or script loaded by one origin can interact with a resource from another origin. This isolates potentially malicious documents. Consider a hacker website with a script that requests...") Tag: Visual edit
- 06:14, 2 March 2024 Rice talk contribs created page File:Standard Normal Distribution Table.png
- 06:14, 2 March 2024 Rice talk contribs uploaded File:Standard Normal Distribution Table.png
- 01:38, 2 March 2024 Rice talk contribs created page Random Variables (Created page with "== Linear Combinations of RV ==") Tag: Visual edit
- 06:11, 1 March 2024 Rice talk contribs created page Continuous Random Variable (Created page with "== Standard Normal Distribution ==") Tag: Visual edit
- 06:09, 1 March 2024 Rice talk contribs created page STA032 (Created page with "* Continuous Random Variable") Tag: Visual edit
- 03:30, 1 March 2024 Rice talk contribs created page File:Unforced RLC Circuit.png
- 03:30, 1 March 2024 Rice talk contribs uploaded File:Unforced RLC Circuit.png
- 03:24, 1 March 2024 Rice talk contribs created page Second Order Circuits (Created blank page) Tag: Visual edit
- 03:23, 1 March 2024 Rice talk contribs created page ENG017 (Created page with "* Second Order Circuits") Tag: Visual edit
- 21:56, 29 February 2024 Rice talk contribs created page File:CurrentMagneticField.png
- 21:56, 29 February 2024 Rice talk contribs uploaded File:CurrentMagneticField.png
- 21:42, 29 February 2024 Rice talk contribs created page PHY009C (Created page with "* Magnetism")
- 21:41, 29 February 2024 Rice talk contribs created page /home/eric/remote/mediawiki/PHY009C (Created page with "* Magnetism")
- 21:41, 29 February 2024 Rice talk contribs created page Academics (Created page with "* PHY009C Electromagnetism")
- 21:14, 28 February 2024 Rice talk contribs created page Magnetism (Created page with "= Magnetic Field = A *moving charge* causes a magetic field, following the right hand rule.")
- 03:00, 28 February 2024 Rice talk contribs created page 'Main Page' (Created page with "= Test edit = = Mediawiki Tutorial = Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/...")
- 02:53, 28 February 2024 Rice talk contribs created page Expand("%:r") (Created page with "= Mediawiki Tutorial = Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. == Getting started == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ] * [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki relea...")
- 01:17, 28 February 2024 Rice talk contribs created page Shortest Path Problem (Created page with "= Shortest =")
- 00:50, 28 February 2024 Rice talk contribs created page DFS (Created page with "Create page")