БЕГЕМОТИКОВ МОЖНО! Войти !bnw Сегодня Клубы
Привет, TbI — HRWKA! 1235.2 пользователей не могут ошибаться!
?6910
прекрасное6424
говно5887
говнорашка5512
хуита4695
anime3056
linux2645
music2623
bnw2588
рашка2560
log2337
ололо2113
pic1814
дунч1734
сталирасты1488
украина1437
быдло1434
bnw_ppl1370
дыбр1237
гімно1158

хуй
#B6I0TN (5) / @stiletto / 3405 дней назад
test
#K8DNAV (0) / @l29ah / 3468 дней назад

What The Actual Fuck

#65H9XK (3) / @goren / 3475 дней назад
#!/bin/bash { while :; do openweathermap moscow,russia > /tmp/weather sleep 600 done } & trap 'kill %1' EXIT echo ' [?25l' # hide the cursor while :; do echo -n " CT: [31m$((`cat /sys/class/hwmon/hwmon0/temp1_input`/1000))°C [m OT: [32m`cat /tmp/weather`°C [m B: [34m`cat /sys/class/power_supply/BAT0/capacity`% [m, [33m`cat /sys/class/power_supply/BAT0/status` [m F: [35m`cat /sys/devices/platform/thinkpad_hwmon/fan1_input`RPM [m [J" sleep 2 done
#8GF82D (4) / @l29ah / 3480 дней назад
</title><script>alert('доброта');</script>
#I6H0K1 (5) / @l29ah / 3481 день назад
Тест #HK9IUG хуест
#NPELN7 (1) / @stiletto / 3488 дней назад
токс токс питушокс
#LB7PG0 (0) / @l29ah / 3521 день назад
  1. one
  2. two
  3. three
#4VX606 (1) / @goren / 3521 день назад

one

two

three

#CS5ZGT (0) / @goren / 3521 день назад
разметка
#NBB8VI (13) / @anonymous / 3521 день назад

testing new throttle

#I5V7SC (65) / @stiletto / 3564 дня назад

//курсив//
полужирный

#NIZVWC (2) / @rynffoll / 3716 дней назад

testing tags

#1UDU2B (8) / @stiletto / 3764 дня назад

в_мяу_это_тоже_курсивом?_

#Z6M069 (0) / @goren / 4052 дня назад

В мяу эта хуйня курсивом?

#7MPFV1 (0) / @goren / 4052 дня назад

Хуита

[Хуита2][tag1]

[tag1] http://test.com "Test of tags"

http://bnw.im/u/kurkuma/avatar/thumb

#JOV9T6 (0) / @goren / 4052 дня назад

(например, курсив) сильное выделение (например, полужирное начертание)
какой_то_программный_код($аргумент)
какой_то_программный_код_с_отступом_от_начала_строки_4_знака

  • элемент маркированного списка
  • ещё один элемент ненумерованного списка
  • буллеты элементов могут быть разными
  1. Элемент нумерованного списка
  2. Элемент №2 того же списка
  3. Элемент №3 списка — элементы нумеруются по порядку, цифра в начале строки не имеет значения

Заголовок первого уровня

Заголовок четвёртого уровня

Заголовок первого уровня

Заголовок второго уровня

#A9ZT1G (0) / @goren / 4052 дня назад

Quick Markdown Syntax Guide

This guide shows you how to use Markdown instead of HTML when
writing posts or comments.

Markdown is way easier to use than HTML. (But you can still use HTML at the
same time if you really want to and you know how.)

Just write in the comment box the same way it's shown in this file, it's
really that simple.

(See bottom for more info about Markdown itself.)

Links

For a URL or email, just write it like this:

http://someurl

somebbob@example.com

To use text for the link, write it like this.

You can add a title (which shows up under the cursor),
like this.

Reference Links

You can also put the link URL below the current paragraph like this.

Here the text "link URL" gets linked to "http://url", and the lines showing
"1: http://url" won't show anything.

Or you can use a shortcut reference, which links the text "shortcut"
to the link named "shortcut" on the next paragraph.

Text

Use * or _ to emphasize things:

this is in italic and so is this

this is in bold and so is this

this is bold and italic and so is this

Just write paragraphs like in a text file and they will display how you would
expect. A blank line separates paragraphs.

So this is a new paragraph. But any text on adjacent lines
will all end up
in the same paragraph.

Blockquotes

Use the > character in front of a line, just like in email.
Use it if you're quoting a person, a song or whatever.

You can use italic or lists inside them also.

And just like with other paragraphs,
all of these lines are still
part of the blockquote, even without the > character in front.

To end the blockquote, just put a blank line before the following paragraph.

Preformatted Text

If you want some text to show up exactly as you write it, without Markdown
doing anything to it, just indent every line by at least 4 spaces (or 1 tab).

This line won't *have any markdown* formatting applied.
I can even write <b>HTML</b> and it will show up as text.
This is great for showing program source code, or HTML or even Markdown.
<b>this won't show up as HTML</b> but exactly <i>as you see it in
this text file</i>.

(In a normal paragraph, <b>this will show up in bold</b> just like normal HTML.)

Remember, you have to indent by at least 4 spaces to do it. This paragraph
won't be preformatted.

And if you use [reference][] links, make sure the links are indented
by fewer than 4 spaces.

[reference]: http://example.com/blah

(woops, that link didn't work, see? It just got displayed as preformatted text.)

As a shortcut you can use backquotes to do the same thing while inside
a normal pargraph. This won't be *italic* or **bold** at all.

Lists

  • an asterisk starts an unordered list
  • and this is another item in the list
  • or you can also use the + character
  • or the - character

To start an ordered list, write this:

  1. this starts a list with numbers
  2. this will show as number "2"
  3. this will show as number "3."
  4. any number, +, -, or * will keep the list going.
    • just indent by 4 spaces (or tab) to make a sub-list
      1. keep indenting for more sub lists
    • here i'm back to the second level

Headers

This is a huge header

this is a smaller header

Just put 1 or more dashes or equals signs (--- or ===) below the title.

You might use the huge header at the very top of your text for a title or
something (except weblog posts usually already have a title), and use the
smaller header for subtitles or sections.

Horizontal Rule

just put three or more *'s or -'s on a line:


or you can use single spaces between then, like this:


or


Make sure you have a blank line above the dashes, though, or else:

you will get a header

Images

To include an image, just put a "!" in front of a text link:

http://someurl/image.gif

The "alternate text" will show up if the browser can't load the image.

You can also use a title if you want, like this:

http://greg.vario.us/img/extlink.png

#IQ3OP2 (60) / @stiletto / 4080 дней назад
(USER WAS BANNED FOR THIS POST)
#BBI746 (0) / @goren / 4091 день назад
(USER WAS BANNED FOR THIS POST)
#B4YYE3 (4+1) / @goren / 4091 день назад
--
ipv6 ready BnW для ведрофона BnW на Реформале Викивач Котятки

Цоперайт © 2010-2016 @stiletto.