-
Создать группу в скайпе. В Windows это значок "Создать группу" (третий по счёту в панели ниже вашего имени), в Mac OS - "Файл" > "Новый разговор". Подробные инструкции: Windows, Mac (для Linux на их сайте не нашлось).
-
Открыть её для новых пользователей, чтобы они могли свободно присоединиться:
/set options +JOINING_ENABLED
-
Пусть новые пользователи видят историю чата (здесь есть лимит - в 2 недели или в 400 сообщений, в зависимости от того, что будет достигнуто раньше):
/set options +HISTORY_DISCLOSED
-
Получить ссылку на чат:
/get uri
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):014:0> if 1==2 | |
irb(main):015:1> print "True" | |
irb(main):016:1> ense | |
irb(main):017:1> print "False" | |
irb(main):018:1> end | |
=> nil | |
# Why nil? | |
# No answer? Hint: Let's look at different cases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "cnetwork" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Demo: pandas" | |
}, | |
"name": "Demo: pandas", | |
"nbformat": 2, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Last updated: 2017 | |
import pandas.io.data as web | |
# Read the stock price data from Yahoo | |
apple = web.DataReader('AAPL', 'yahoo', start = '01/01/2012', end = '25/10/2012') | |
# Display several lines | |
apple[0:5] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "exploring_a_single_data_file" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Locale | |
sudo apt-get -y install language-pack-pt | |
# System update | |
sudo apt-get -y update | |
# System upgrade | |
sudo apt-get -y upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Newbie programmer | |
def factorial(x): | |
if x == 0: | |
return 1 | |
else: | |
return x * factorial(x - 1) | |
print factorial(6) | |
#First year programmer, studied Pascal |
Итак, у вас есть ссылка на скайп-чат, которая начинается с символов skype:?chat&blob=...
.
-
Попробуйте открыть вашу ссылку в каком-нибудь браузере (например, Firefox). Должен открыться Skype с окном чата.
-
Как вариант, попробуйте отправить ссылку кому-нибудь по скайпу, а затем перейти по ней.
-
Если у вас Линукс:
- в Skype выше списка контактов есть поле "Search through your contacts"
- слева от него есть небольшая кнопка, если её нажать, можно увидеть в списке вариантов "Join public chat", выбрать его.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> head(simplyStats) | |
[1] "<!DOCTYPE html>" | |
[2] "<script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \\u201chttps://www.tumblr.com/login\\u201d\\x0ais the address in your web browser.\\x0a\\x0aYou should also see a green \\u201cTumblr, Inc.\\u201d identification in the address bar.\\x |
OlderNewer