Skip to content

Commit

Permalink
update todos... add codeblock and embed
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Apr 14, 2023
1 parent abf0841 commit b3c1058
Showing 1 changed file with 63 additions and 10 deletions.
73 changes: 63 additions & 10 deletions internal/fourchan/TODO.org
Original file line number Diff line number Diff line change
@@ -1,10 +1,63 @@
- Type of HTML
- > Green text
- Types of messages
- [ ] Code embed <pre class=prettyprint", could be inlined
#+begin_src html
<a href=\"#p92788773\" class=\"quotelink\">&gt;&gt;92788773</a><br>
<span class=\"quote\">&gt;In the first one, you&#039;re passing i a dictionary that matches the keyword arguments of the function, so it works.</span><br>
I see, thank you anon.<br>
But....aren&#039;t function arguments when declaring it just random words that do not need to fit the names of the variables/objects that will use it?<br>
Like, this works:<br>
<br>
<pre class=\"prettyprint\">a=&#039;hello world&#039;<br>
<br>
def fun(qqq):<br>
print(qqq)<br>
<br>
fun(a)<br>
</pre><br>
<br>
It did not matter if i write the argument of the function <pre class=\"prettyprint\">def fun(lollmao)</pre>, it can take any variable in it even if it&#039;s not called &quot;lollmao&quot;, how come now the args need to fit 100% the name of the keys in the dictionary unpacked?
#+end_src
#+begin_src
>>92788773
>In the first one, you're passing i a dictionary that matches the keyword arguments of the function, so it works.
I see, thank you anon.
But....aren't function arguments when declaring it just random words that do not need to fit the names of the variables/objects that will use it?
Like, this works:

a='hello world'

def fun(qqq):
print(qqq)

fun(a)



It did not matter if i write the argument of the function

def fun(lollmao)

, it can take any variable in it even if it's not called "lollmao", how come now the args need to fit 100% the name of the keys in the dictionary unpacked?
#+end_src
- [ ] YT Embed (I ADDED NEW LINE AFTER BR)
#+begin_src html
<a href=\"#p92787439\" class=\"quotelink\">&gt;&gt;92787439</a><br>
<span class=\"quote\">&gt;I like watching Unix history videos</span><br>
here&#039;s a good one<br>
https://www.youtube.com/watch?v=tc4<wbr>ROCJYbm0
#+end_src
#+begin_src
>>92787439
>I like watching Unix history videos
here's a good one
https://www.youtube.com/watch?v=tc4ROCJYbm0 [Embed]
#+end_src
- [ ] > Green text (missing <br>?)
<span class="quote">&gt;move over im gonna make the thread</span>
- Link to Message on the same Thread
- [ ] Link to Message on the same Thread
>>92748359
<a href="#p92748359" class="quotelink">&gt;&gt;92748359</a><br>
- Multi-quote on the same Thread, with the same message (I ADDED THE NEW LINES AFTER br)
- [ ] Multi-quote on the same Thread, with the same message (I ADDED THE NEW LINES AFTER br)
#+begin_src html
<a href=\"#p92772863\" class=\"quotelink\">&gt;&gt;92772863</a><br>
<a href=\"#p92773151\" class=\"quotelink\">&gt;&gt;92773151</a><br>
Expand All @@ -14,7 +67,7 @@
is it true about gcc?<br>
https://www.youtube.com/watch?v=B5Y<wbr>okNW7tIs
#+end_src
- Multi-quote to messages on other Thread (I ADDED THE NEW LINES AFTER br)
- [ ] Multi-quote to messages on other Thread (I ADDED THE NEW LINES AFTER br)
#+begin_src html
<a href=\"/g/thread/92750475#p92762320\" class=\"quotelink\">&gt;&gt;92762320</a><br>
I have a macro that typedef&#039;s up to 2 levels of pointers. If I ever need more, then I can modify the macro and everything will now have the extra typedefs applied. (pic related)<br>
Expand All @@ -40,15 +93,15 @@
<span class=\"quote\">&gt;rumours about the NT kernal</span><br>
read the source. download the WRK from github. that code used to run on every PC in existence.
#+end_src
- Multi-quote messages are separate by 2 <br><br>
- Link to Message on another Thread
- [ ] Multi-quote messages are separate by 2 <br><br>
- [ ] Link to Message on another Thread
>>92748198 →
<a href="/g/thread/92745370#p92748198" class="quotelink">&gt;&gt;92748198</a><br>
- Normal text is urlencoded
- [ ] Normal text is urlencoded
Made me smile, Thank G'yoo
Made me smile, Thank G&#039;yoo
- Normal text might have a random *<wbr>*
- Normal text has *<br>* for new lines
- [ ] Normal text might have a random *<wbr>*
- [ ] Normal text has *<br>* for new lines
Hi guys got a question
I'm using Automatic 1111
how do I increase the generation batch count?
Expand Down

0 comments on commit b3c1058

Please sign in to comment.