Questions tagged [buckets]

96 questions
-1
votes
1 answer

Amazon s3 and buckets

I created an amazon instance and i'm currently able to login through SSH. I've uploaded some files through terminal using scp. Additionally, I created a bucket and uploaded some files that way. I don't see those files in my terminal. Apparently they…
thismethod
  • 523
  • 1
  • 6
  • 25
-1
votes
1 answer

C# override behaviour of bucket lookup in Dictionary/HashSet

I want to implement a vector class for doubles in C# and need to override Equals and GetHashCode so I can use my vector class as a key in a Dictionary or use HashSets. Since I need a certain tolerance towards equality, I know there is no way of…
Kjara
  • 2,504
  • 15
  • 42
-1
votes
1 answer

Trying to figure out if / how Cloud would be an advantage

Compared to plain vanilla PhP/MySQL, what's the upside of Cloud? A typical block of contents would be approximately 30,000 snippets of text, each 300 characters or less in length. I'm looking at some good documents on buckets and objects and…
-1
votes
1 answer

Extendible hashing for file with given search key values for records

I know that SO might be the wrong place to look for answers to questions such as these, but at the moment I need the answer and how to work it out step by step urgently. Suppose that we are using extendable hashing on a file that contains…
user2345414
  • 1
  • 1
  • 2
-1
votes
3 answers

Deleting Duplicates From a Doubly Linked List in C

I am trying to work with a doubly linked list of SAT grades between 200-800. I need to remove from all the duplicates from the list, i.e. make sure each grade appears only once by deleting all its duplicates. #define HIGHEST_GRADE 800 typedef…
mac-man
  • 41
  • 1
  • 11
-2
votes
1 answer

Where/What do I code when I see "Error, Access Denied" when creating a bucket?

I am new to using AWS (and S.O.), and I am following the tutorial for Machine Learning, where it asks you to create a bucket. However, it keeps saying "Error Access Denied" when I am trying to create the bucket, lets me fill out some properties, and…
1 2 3 4 5 6
7