goeo_, on 02 August 2016 - 11:02 PM, said:
- ComputerCraft | Programmable Computers for Minecraft
- → LoganDark's Content
LoganDark's Content
There have been 172 items by LoganDark (Search limited from 10-February 22)
#257354 Quality custom-made logos!
Posted by
LoganDark
on 02 August 2016 - 10:50 PM
in
Media
goeo_, on 02 August 2016 - 10:49 PM, said:
Giving you exactly as much as I gave him, I'd like to buy (275/25) eleven logos. I'd like to leave the design entirely to you, though you can note that my favorite color is pink. Please make seven of them say goeo_ (case doesn't matter as long as not MiXeD), and four of them say "jesus". (all lowercase please! -- Which is my krist miner I wrote in C. It's faster in CPU mining than all its alternatives (about 3* faster than the fastest my friends found), and it might get GPU mining soon as well.)
I'm sending you the krist from kphv7ewrc1, and thanks a lot.
It is entirely impossible to design logos with no design in mind.
#257278 Rate the Above User's Avatar!
Posted by
LoganDark
on 02 August 2016 - 05:37 PM
in
Forum Games
I think I just started a trend...
#257236 Rate the Above User's Avatar!
Posted by
LoganDark
on 02 August 2016 - 02:09 AM
in
Forum Games
it's copyrighted registered and trademarked so you can't use it©®™
#257226 Rate the Above User's Avatar!
Posted by
LoganDark
on 02 August 2016 - 01:27 AM
in
Forum Games
#257222 Rate the Above User's Avatar!
Posted by
LoganDark
on 02 August 2016 - 01:10 AM
in
Forum Games
#257220 Rate the Above User's Avatar!
Posted by
LoganDark
on 02 August 2016 - 12:59 AM
in
Forum Games
epic citidity, on 02 August 2016 - 12:49 AM, said:
LoganDark, on 02 August 2016 - 12:16 AM, said:
0/10 its even easier do in c4d . LOL
just mograph text , a few light source , floor / large plane, make floor white and reflective , turn on ambient occlusion also global illumination easy
i will make own copy of it now
first of my problems was the surface turning black after i turned on reflections, i had to use a shader mat i dunno what it was called.
#257215 Rate the Above User's Avatar!
Posted by
LoganDark
on 02 August 2016 - 12:16 AM
in
Forum Games
#257192 Rate the Above User's Avatar!
Posted by
LoganDark
on 01 August 2016 - 08:13 PM
in
Forum Games
#257190 Rate the Above User's Avatar!
Posted by
LoganDark
on 01 August 2016 - 08:10 PM
in
Forum Games
#256816 Rate the Above User's Avatar!
Posted by
LoganDark
on 25 July 2016 - 03:11 AM
in
Forum Games
#256814 Rate the Above User's Avatar!
Posted by
LoganDark
on 25 July 2016 - 03:05 AM
in
Forum Games
#256621 Rate the Above User's Avatar!
Posted by
LoganDark
on 21 July 2016 - 08:07 PM
in
Forum Games
#256619 Rate the Above User's Avatar!
Posted by
LoganDark
on 21 July 2016 - 07:59 PM
in
Forum Games
#255649 for loop is only able to run once?
Posted by
LoganDark
on 06 July 2016 - 06:17 PM
in
Ask a Pro
Luca_S, on 06 July 2016 - 06:16 PM, said:
LoganDark, on 05 July 2016 - 07:21 PM, said:
Indent*
-snap-
Luca_S, on 05 July 2016 - 03:29 PM, said:
Edit: Actually always intend your code it will make it WAY easier for you to read
local list = { [2] = "value1", [6] = "value2"}
-snip-
[CODE]
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
#255579 for loop is only able to run once?
Posted by
LoganDark
on 05 July 2016 - 07:21 PM
in
Ask a Pro

Luca_S, on 05 July 2016 - 03:29 PM, said:
Edit: Actually always intend your code it will make it WAY easier for you to read
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
vs.local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
Edit: Indented code probably looks like this:
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
end -- before, you had a missing end
Not this:
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
end -- before, you had a missing end
#254090 [Solved] Catch error, display custom error message
Posted by
LoganDark
on 18 June 2016 - 12:56 AM
in
Ask a Pro
theoriginalbit, on 18 June 2016 - 12:55 AM, said:
It would go a little like this
local ok, err = pcall(function() shell.run("program") end)
if not ok then
print("No program")
end
Okay, thanks. I forgot about pcall.
#253746 AES Encryption
Posted by
LoganDark
on 14 June 2016 - 07:18 AM
in
APIs and Utilities
#253700 Quality custom-made logos!
#253698 Quality custom-made logos!
Posted by
LoganDark
on 13 June 2016 - 12:28 PM
in
Media
Waitdev_, on 13 June 2016 - 12:27 PM, said:
LoganDark, on 13 June 2016 - 10:05 AM, said:
Waitdev_, on 13 June 2016 - 10:04 AM, said:
Text: Waitdev_ (or Waitdev, if it looks better.)
Special style: Material design
Size: Any resolution, though I want it to be square and at least be good resolution.
Font: Capsule X Pro or anything that looks good with material
File format: PNG & JPG
Roboto and Noto are the Material fonts.
Would you like a 2048x2048 logo?
I think I might stick with Capsule X Pro. And yes, 2048*2048 is good
Okay.
Side note: I don't like slow replies ;(
- ComputerCraft | Programmable Computers for Minecraft
- → LoganDark's Content


