Cleanup the Sandbox repository

Change-Id: Ia3155a3d94985c9693b253b602f3ff7e4098d0c8
This commit is contained in:
Ildiko Vancsa 2017-04-30 13:56:40 +02:00
parent aa50f9b100
commit d85ebf3f55
32 changed files with 0 additions and 81 deletions

View File

@ -1,5 +0,0 @@
hello
world
seoul:

6
README
View File

@ -1,6 +0,0 @@
Hello World!
Thanks a lot....
Goodbye world...

View File

@ -6,7 +6,3 @@ and processes used for OpenStack development.
For detail, see the chapter "`Learn the Gerrit Workflow in the
Sandbox <http://docs.openstack.org/infra/manual/sandbox.html>`_"
in Infrastructure User Manual.
And now it _is_ up-to-date. Fix here too.
=======
My fix

View File

@ -1 +0,0 @@
This is a test file for new commit

View File

@ -1,3 +0,0 @@
Moof!
woof!

View File

@ -1,3 +0,0 @@
sadfjklsadf
AAAAAAAAAAA

1
cat
View File

@ -1 +0,0 @@
hello

24
cat.txt
View File

@ -1,24 +0,0 @@
import Image
grey2char = ['@', '#', '$', '%', '&', '?', '*', 'o', '/', '{', '[', '(', '|', '!', '^', '~', '-', '_', ':', ';', ',',
'.', '`', ' ']
count = len(grey2char)
def toText(image_file):
image_file = image_file.convert('L') # 转灰度
result = '' # 储存字符串
for h in range(0, image_file.size[1]): # height
for w in range(0, image_file.size[0]): # width
gray = image_file.getpixel((w, h))
result += grey2char[int(gray / (255 / (count - 1)))]
result += '\r\n'
return result
image_file = Image.open("nyanko.jpg") # 打开图片
image_file = image_file.resize((int(image_file.size[0]*0.2), int(image_file.size[1] * 0.1))) # 调整图片大小
output = open('outputcat.txt', 'w')
output.write(toText(image_file))
output.close()

View File

View File

@ -1 +0,0 @@
Hello openstack

View File

@ -1,2 +0,0 @@
This is cuongnq's first CL for OpenStack
Hello world

View File

@ -1 +0,0 @@
something

View File

@ -1 +0,0 @@
This is the first file.

View File

@ -1 +0,0 @@
This is my first changeset for OpenStack.

View File

@ -1 +0,0 @@
Testing for bug report

View File

@ -1 +0,0 @@
dsafdsf

View File

@ -1 +0,0 @@
asfdsafd

View File

@ -1 +0,0 @@
Hello world gitterific!

View File

@ -1,3 +0,0 @@
Hello OpenStack Community,
This is my frst bug fix.
I really hope it gets merged to master.

View File

@ -1 +0,0 @@
hello

View File

@ -1,3 +0,0 @@
This is just practice
YOLO
patchset 2.

View File

@ -1,5 +0,0 @@
Uptream training study - bug reporting test
This is my dummy file for bug fixing

View File

@ -1 +0,0 @@
hello this is test of upstream study

View File

@ -1 +0,0 @@
test.....

View File

@ -1 +0,0 @@
hello this is test of upstream study

View File

@ -1 +0,0 @@
Test test test

View File

@ -1 +0,0 @@
This is test...

View File

View File

@ -1 +0,0 @@
hello :) world :)

View File

@ -1,2 +0,0 @@
SOSO?????
asdfasdfasdf

View File

@ -1 +0,0 @@
HELLO!!!

View File

@ -1,3 +0,0 @@
Violet owo!
Patch set 2
Close