|
So this section hasn't gotten much activity lately and i see alot of people on mmowned without a signature so i figured i would do something about it.
if your interested in a Signature/Avatar then post with the following info
Size (in pixels):
Render:...
Started by shadowsx on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at ownedcore):
So i will like to start out Do you make the renders your... .
So i will like to start out Do you make the renders your self or shall i make one for you to use ? Originally Posted by smusen I'm lazy and cba making my own.. .
I'm lazy and cba making my own...
|
|
This is a new gmail labs feature that lets you specify an RSS feed to grab random quotes from to append to your email signature. I'd like to use that to generate signatures programmatically based on parameters I pass in, the current time, etc. (For example...
Started by dreeves on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try setting the Cache-Control: ....
Since it's under your control, and not google's, you can control if it caches or not .
You might be able to do something on the clientside, take a look at this greasemonkey script which randomly adds a signature.
|
|
HI5 Free Signatures (and avatars)!
- To get signature you need to have minimum 50 rep
- You need to use this signature here on Ownedcore
- Requests only in this thread - you can pm me details but requests only here!
- You need to be patient, this is only...
Started by HI5 on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at ownedcore):
Picture....
I may not have 50 rep yet, but I'm close and you love me <3 You'd give me one because I have connections <3 depends, what connections you have ? xD
44 is close enough, pm me details what you want Signature yes please OK, gimme this ...
|
Ask your Facebook Friends
|
As per the Title...I'm offering my photoshop services to create some signatures for our club members. The price for my services is just your knowledge and input to this site and my builds...
Samples:
Any takers??
Started by Willowraf on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at com):
Fortunatley i was off work for 6 months so had plenty of time .
I did this once and was inundated with requests.
|
|
First of all Hi Ownedcore community its ben a while since i contributed to this site so I have decided to give some off my free time away to make signatures and avatars for people here.
Here is a little template you can use
Size: if you dont know one ...
Started by Adosi on
, 14 posts
by 3 people.
Answer Snippets (Read the full thread at ownedcore):
I have linked them below
http://i8....
All I have are some images.
+rep for anyone who can muster up something
Size (in pixels): Whatever is best
Render: I do not have a render unfortunately.. .
Haven't found anyone to make me a SWTOR signature yet.
|
|
Hello MMOwned Graphics,
Just thought I'd offer my services to the community as I recently got Photoshop CS5 and I feel I need to break it in a little bit and get the artistic juices flowing again!
I can make avatar/signature combos, just an avatar, or...
Started by Dr. Doom on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at ownedcore):
I would be willing to give all the rep to you I'm allowed, and would be sure... .
Having my name Omo on it, and colors Red and white, maybe my toon aswell .
I would like something with VoTu or VoTuUS on it, either or .
Hello I would be interested in an avatar.
|
|
In C or C++ what is the difference between function declaration and function signature?
I know something of function declaration but function signature is totally new to me. What is the point of having the concept of function signature? What are the two...
Started by Tim on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However I know that the return type is not used by the compiler when deciding if a function... .
OK, Wikipedia disagrees with me on the return type being included .
The function signature doesn't include the return type or linkage type of the function.
|
|
I was wondering if anyone here knows how to embed HTML into a Gmail signature?
I'm not 100% sure if it is even possible...
Just want to add an image as a signature.
Started by Gerrit Wessels on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
As i know you can't, i was using firefox....
There might be a lab available for this by now .
Looks like it can be done using a greasemonkey script http://blogs.zdnet.com/Google/?p=474
You can't use HTML in a G-Mail signature as far as I remember.
|
|
Is there a quick keyboard or mouse shortcut to insert your signature in a reply email in Outlook 2003 SP3?
Started by Lance Roberts on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Have a look at AutoHotkey and PhraseExpress
The process I used (thanks... .
Here's a blog post about how to create your own shortcut that might help you .
Here's Microsofts own list over the shortcuts that are available .
It doesn't look like there is one.
|
|
I recently saw a reference to "exotic signatures" and the fact they had been deprecated in 2.6 (and removed in 3.0). The example given is
def exotic_signature((x, y)=(1,2)): return x+y
What makes this an "exotic" signature?
Started by Hank Gay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
More information....
Both functions require a single argument (list or tuple) that contains two elements .
It's equivalent to:
def func(n): x, y = n ...
X and y.
What's exotic is that x and y represent a single function argument that is unpacked into two values.. .
|