Jump to content

chibiusa Ling

Resident
  • Posts

    371
  • Joined

  • Last visited

Reputation

435 Excellent

1 Follower

Recent Profile Visitors

1,022 profile views
  1. Price is 10,999L Location is: http://maps.secondlife.com/secondlife/Sweetgrass/170/208/91 Tier is paid on 16th of the month, I do not want to pay another months tier so I will be abandoning it before then. After that it will probably be available on the LL land auctions at 1L per sqm, currently its 0.7 per sqm.
  2. Shaped similar to half a sim but on a 1/4 sim size, purchased but discovered it doesn't suit my needs as I need something bigger. Price is 13,499L which is 0.8L per sqm. Teleport link is here: http://maps.secondlife.com/secondlife/Sweetgrass/170/208/91
  3. More of a rectangular shape. Purchased yesterday as I figured it might be perfect for a project I have in mind, however it wasn't suitable and I definitely need something bigger. Land is priced at $14,499, 0.9L per sqm. I personally think this shape of land is pretty neat, and could have a lot of uses, but it doesn't suit my current needs. http://maps.secondlife.com/secondlife/Sweetgrass/130/214/96
  4. So, I need a small project to take my mind off another project for a few hours. Mostly just to give myself something different to do. So I started looking at the newly updated SL logo and wondered "How would I have re designed it". And decided to have a go. This then led to me wondering if I could create my own viewer concept. Here we are a few hours later and I have these to show for it. Please bare in mind I am not suggesting that LL use my design or anything, I just wanted to attempt this to see what I personally would have come up with and wanted to share it with you as I'm pretty happy with it. Firstly we have the logo concept This is my viewer UI concept. The buttons along the side pop out and in via the arrow button on the bottom. I was trying to go with the idea of as much screen space as possible However. If the Firestorm team (or any other third party viewer) @Whirly Fizzle (xD) want to help me turn this concept into a skin. I would not complain because I would LOVE my viewer to look like this quite honestly. *Edit* I also tried designing a new Linden Lab logo based on the above SL logo but I am not sure on this Also, on the off chance that I am not allowed to make concepts of these logos and any lindens look at these. Please don't ban me, just ask me and I will remove them.
  5. Okay it's my turn for "gimme we need" thread. We need a town hall meeting, @Patch Linden @Ebbe Linden. November was the last one and its now march. Can we have some kind of update on how things like global experiences, name change etc etc are progressing?. Serious note though keep up the good work, you guys rock, but can we have a town hall meeting or some update?
  6. But sadly I say, tased she did be, fell to the floor and ban hammered was she
  7. BilliJo then stripped naked and fast did she flee, chased by the linden as nude as can be
  8. If only they listened and harkened to him, he did try to warn them of a terrible sin
  9. Okay I want 500 posts. I want to set my own title and chatting on the forum isn't getting me there as fast as I would like. So, help a sister out....lets play a game.. Rules are simple, you just have to make up a line for a poem that goes with the previous post. Lets see how long and weird we can get the poem... There once was a linden so glee, that kinkily lived with a flea
  10. To my closest friend yes. To everyone else..no. Some of my friends have even ridiculed me for it because I could "achieve so much more by using a real game development studio like unity". I think its hard to explain the appeal of SL to others. They see this aged virtual world and its limitations as opposed to those of us who are here who love its possibilities.
  11. Grow up, do you have a Facebook, do you have a Instagram, have you signed up with YouTube, do you have an email, were you on MySpace, do you eBay, do you PayPal...your real name is everywhere on the internet and your crying about linden labs waning to know it. I created a new alt for a store recently and the only relation to real life info was having to register a bank a"card or PayPal and here's a news flash...you have always had to register payment for as long back as I can remember. If you don't like it then feel free to log out of SL and go build with lego. Your previous thread wasn't deleted because of the topic, it was deleted because you threw a tantrum and insulted people and I'm willing to bet money there is a community warning in your inbox over it explaining that. We al have to agree to the TOS, even if we don't agree with parts of it. If you can't agree...then...legos...
  12. Okay new mission. Can we get it locked...il go first....POLITICS, RIGHT WING, LEFT WING, ANTIFA Your move LL
  13. Nice!. Yeah they send out a different one to different people I think because todays for me is... --Main Problem-- You are given an array of non-negative integers that represents a two-dimensional elevation map where each element is unit-width wall and the integer is the height. Suppose it will rain and all spots between two walls get filled up. Compute how many units of water remain trapped on the map in O(N) time and O(1) space. For example, given the input [2, 1, 2], we can hold 1 unit of water in the middle. Given the input [3, 0, 1, 3, 0, 5], we can hold 3 units in the first index, 2 in the second, and 3 in the fourth index (we cannot hold 5 since it would run off to the left), so we can trap 8 units of water. I havent attempted this one yet as I have only just got to my computer and I want to do some more blender tutorials, but others are welcome to . I really like these coding problems as they have me solving problems I might not usually come across
  14. ----Daily Coding Problem No.2--- I actually quite enjoyed doing this one . Here ya go : Main Problem Given an array of integers, return a new array such that each element at index i of the new array is the product of all the numbers in the original array except the one at i. For example, if our input was [1, 2, 3, 4, 5], the expected output would be [120, 60, 40, 30, 24]. If our input was [3, 2, 1], the expected output would be [2, 3, 6]. Follow-up: what if you can't use division? Bonus Problem Given an array of integers, find the first missing positive integer in linear time and constant space. In other words, find the lowest positive integer that does not exist in the array. The array can contain duplicates and negative numbers as well. For example, the input [3, 4, -1, 1] should give 2. The input [1, 2, 0] should give 3. You can modify the input array in-place.
×
×
  • Create New...